mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-08 19:46:39 +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; }
|
||
|
|