blob: c1161195dafc17ac75b2f56d1096aaa934703f0a [file] [log] [blame]
Dan Gohmanfea1dd02009-08-25 15:38:29 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
Tanya Lattnere9af5d12004-11-06 22:41:00 +00002
Chris Lattnere5245892003-11-01 23:42:08 +00003typedef struct { } the_coolest_struct_in_the_world;
4extern the_coolest_struct_in_the_world xyzzy;
5void *foo() { return &xyzzy; }
6