mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-19 17:37:24 +00:00
5 lines
130 B
C
5 lines
130 B
C
|
typedef struct { } the_coolest_struct_in_the_world;
|
||
|
extern the_coolest_struct_in_the_world xyzzy;
|
||
|
void *foo() { return &xyzzy; }
|
||
|
|