1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/test/FrontendC/2009-07-14-VoidPtr.c

7 lines
75 B
C
Raw Normal View History

2009-07-14 20:42:24 +02:00
// RUN: %llvmgcc -S %s -o -
// PR4556
extern void foo;
void *bar = &foo;