Adjust this to the wonky syntax that GCC expects.

llvm-svn: 30670
This commit is contained in:
Chris Lattner 2006-09-29 17:34:56 +00:00
parent dca41cb87b
commit b4e7c0864c

View File

@ -3,6 +3,5 @@
int X __attribute__((used));
int Y;
void foo() __attribute__((used));
__attribute__((used)) void foo() {}
void foo() {}