summaryrefslogtreecommitdiffstats
path: root/test/ASTMerge/Inputs/function2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/ASTMerge/Inputs/function2.c')
-rw-r--r--test/ASTMerge/Inputs/function2.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ASTMerge/Inputs/function2.c b/test/ASTMerge/Inputs/function2.c
new file mode 100644
index 0000000..6ca810a
--- /dev/null
+++ b/test/ASTMerge/Inputs/function2.c
@@ -0,0 +1,7 @@
+typedef int Int;
+void f0(Int);
+void f1(Int, double);
+void f2(int, int);
+void f3(int);
+static void f4(float, float);
+int f5(int) __attribute__((const));
OpenPOWER on IntegriCloud