Sign in
cobalt
/
cobalt
/
dc98e529721071ac658df8d497cd103ceb8762c1
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
CodeGen
/
2010-12-01-CommonGlobal.c
blob: 5eadbae6e3a6854ceb070438330959c69b838926 [
file
] [
log
] [
blame
]
// 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
;