[cfe-commits] r39000 - /cfe/cfe/trunk/test/Parser/attributes.c
sabre at cs.uiuc.edu
sabre at cs.uiuc.edu
Wed Jul 11 09:26:41 PDT 2007
Author: sabre
Date: Wed Jul 11 11:26:41 2007
New Revision: 39000
URL: http://llvm.org/viewvc/llvm-project?rev=39000&view=rev
Log:
new testcase
Added:
cfe/cfe/trunk/test/Parser/attributes.c (with props)
Added: cfe/cfe/trunk/test/Parser/attributes.c
URL: http://llvm.org/viewvc/llvm-project/cfe/cfe/trunk/test/Parser/attributes.c?rev=39000&view=auto
==============================================================================
--- cfe/cfe/trunk/test/Parser/attributes.c (added)
+++ cfe/cfe/trunk/test/Parser/attributes.c Wed Jul 11 11:26:41 2007
@@ -0,0 +1,6 @@
+// RUN: clang -fsyntax-only %s
+
+static __inline void __attribute__((__always_inline__, __nodebug__))
+foo (void)
+{
+}
Propchange: cfe/cfe/trunk/test/Parser/attributes.c
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cfe/cfe/trunk/test/Parser/attributes.c
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
More information about the cfe-commits
mailing list