make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / FrontendC / 2009-07-14-VoidPtr.c
blob8001c56ad52adec3df5630bbe4bc1f74d80a994b
1 // RUN: %llvmgcc -S %s -o -
2 // PR4556
4 extern void foo;
5 void *bar = &foo;