Dan Gohman | fea1dd0 | 2009-08-25 15:38:29 +0000 | [diff] [blame] | 1 | // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null |
Tanya Lattner | e9af5d1 | 2004-11-06 22:41:00 +0000 | [diff] [blame] | 2 | |
Chris Lattner | e524589 | 2003-11-01 23:42:08 +0000 | [diff] [blame] | 3 | typedef struct { } the_coolest_struct_in_the_world; |
4 | extern the_coolest_struct_in_the_world xyzzy; | ||||
5 | void *foo() { return &xyzzy; } | ||||
6 |