mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Adjust this to the wonky syntax that GCC expects.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30670 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a8efced36
commit
b010d64f92
@ -3,6 +3,5 @@
|
||||
int X __attribute__((used));
|
||||
int Y;
|
||||
|
||||
void foo() __attribute__((used));
|
||||
__attribute__((used)) void foo() {}
|
||||
|
||||
void foo() {}
|
||||
|
Loading…
Reference in New Issue
Block a user