mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-01 08:28:19 +00: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;
|
|
|