1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

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() {}