Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
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
;