mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-29 23:12:55 +01:00
8f4675f3f2
llvm-svn: 9643
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; }
|
|
|