Skip to content
Snippets Groups Projects
Commit 754c8cf7 authored by Chris Lattner's avatar Chris Lattner
Browse files

Adjust this to the wonky syntax that GCC expects.

llvm-svn: 30670
parent 05a1947a
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,5 @@
int X __attribute__((used));
int Y;
void foo() __attribute__((used));
__attribute__((used)) void foo() {}
void foo() {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment