blob: c1161195dafc17ac75b2f56d1096aaa934703f0a [file] [log] [blame]
Dan Gohman2d65d352009-08-25 15:38:29 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3typedef struct { } the_coolest_struct_in_the_world;
4extern the_coolest_struct_in_the_world xyzzy;
5void *foo() { return &xyzzy; }
6