| Tanya Lattner | e9af5d1 | 2004-11-06 22:41:00 +0000 | [diff] [blame] | 1 | // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null |
| 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 | |||||