Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
0caa2d47b84337e942b3f6652adfafe4ae506cfe
/
.
/
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
;