Testcase for (llvm-gcc) 81399. Adjust an older
[oota-llvm.git] / test / FrontendC / 2009-07-14-VoidPtr.c
1 // RUN: %llvmgcc -S %s -o -
2 // PR4556
3
4 extern void foo;
5 void *bar = &foo;
6