From 43ec2ce4730ecc9a133f28db99a5cd6b445d40e9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 17 Oct 2006 03:00:45 +0000 Subject: new testcase llvm-svn: 39000 --- clang/test/Parser/attributes.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 clang/test/Parser/attributes.c (limited to 'clang/test/Parser/attributes.c') diff --git a/clang/test/Parser/attributes.c b/clang/test/Parser/attributes.c new file mode 100644 index 00000000000..f619111208c --- /dev/null +++ b/clang/test/Parser/attributes.c @@ -0,0 +1,6 @@ +// RUN: clang -fsyntax-only %s + +static __inline void __attribute__((__always_inline__, __nodebug__)) +foo (void) +{ +} -- cgit v1.2.3