mirror of
https://github.com/intel/llvm.git
synced 2026-02-08 17:28:30 +08:00
been used. In preparation for the fix to PR2360, but also a minor bug in its own right. llvm-svn: 51583
6 lines
127 B
C
6 lines
127 B
C
// RUN: clang %s -emit-llvm -o - -triple=i686-apple-darwin9 | grep "global i32 10"
|
|
|
|
static int i;
|
|
int*j=&i;
|
|
static int i = 10;
|