7 lines
75 B
C
7 lines
75 B
C
// RUN: %llvmgcc -S %s -o -
|
|
// PR4556
|
|
|
|
extern void foo;
|
|
void *bar = &foo;
|
|
|