Test case for r96656.
[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