From ecb7e5c8afe929ee38155db94de6b084ec32a645 Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Tue, 16 Feb 2010 09:31:36 +0000 Subject: Update clang to r96341. --- test/ASTMerge/Inputs/function2.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/ASTMerge/Inputs/function2.c (limited to 'test/ASTMerge/Inputs/function2.c') diff --git a/test/ASTMerge/Inputs/function2.c b/test/ASTMerge/Inputs/function2.c new file mode 100644 index 0000000000000..6ca810a6f20bc --- /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)); -- cgit v1.3