blob: d65b3280f0dc9433dd2c49027925998093c26334 [file] [log] [blame]
Chris Lattnere5245892003-11-01 23:42:08 +00001typedef struct { } the_coolest_struct_in_the_world;
2extern the_coolest_struct_in_the_world xyzzy;
3void *foo() { return &xyzzy; }
4