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