mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
6 lines
86 B
C
6 lines
86 B
C
|
/* This is apparantly legal C. */
|
||
|
extern __inline__ void test() { }
|
||
|
|
||
|
void test() {
|
||
|
}
|