forked from OSchip/llvm-project
parent
1ec48e8683
commit
7727bbfb06
|
@ -0,0 +1,5 @@
|
|||
// RUN: %llvmgcc %s -S -o - | grep TheGlobal | not grep weak
|
||||
|
||||
extern int TheGlobal;
|
||||
int foo() { return TheGlobal; }
|
||||
int TheGlobal = 1;
|
Loading…
Reference in New Issue