Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / FrontendC / 2003-11-01-EmptyStructCrash.c
blobfb6993bb209f5c6afac057723b2a58fda768d4ad
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
3 typedef struct { } the_coolest_struct_in_the_world;
4 extern the_coolest_struct_in_the_world xyzzy;
5 void *foo() { return &xyzzy; }