summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/macros.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/macros.h')
-rw-r--r--test/Modules/Inputs/macros.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Modules/Inputs/macros.h b/test/Modules/Inputs/macros.h
new file mode 100644
index 0000000..4f53556
--- /dev/null
+++ b/test/Modules/Inputs/macros.h
@@ -0,0 +1,10 @@
+#define MODULE
+#define INTEGER(X) int
+#define FLOAT float
+#define DOUBLE double
+
+#__public_macro INTEGER
+#__private_macro FLOAT
+#__private_macro MODULE
+
+int (INTEGER);
OpenPOWER on IntegriCloud