mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
987c69b426
llvm-svn: 75655
7 lines
75 B
C
7 lines
75 B
C
// RUN: %llvmgcc -S %s -o -
|
|
// PR4556
|
|
|
|
extern void foo;
|
|
void *bar = &foo;
|
|
|