Sign in
llvm
/
llvm-project
/
d1c911ffe48eef23817d11c900dec30e0e3b5ae4
/
.
/
clang
/
test
/
CodeGen
/
2010-12-01-CommonGlobal.c
blob: 5eadbae6e3a6854ceb070438330959c69b838926 [
file
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
// Don't crash on a common-linkage constant global.
extern
const
int
kABSourceTypeProperty
;
int
foo
(
void
)
{
return
kABSourceTypeProperty
;
}
const
int
kABSourceTypeProperty
;