Sign in
ara-mdk
/
platform
/
external
/
llvm
/
770772e831d1ff1dfbc0e94fb3212437e597d7a5
/
.
/
test
/
FrontendC
/
2010-12-01-CommonGlobal.c
blob: 3f6d7e885807cc3e10a99cefe48fad1fef45edc2 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
// Don't crash on a common-linkage constant global.
extern
const
int
kABSourceTypeProperty
;
int
foo
(
void
)
{
return
kABSourceTypeProperty
;
}
const
int
kABSourceTypeProperty
;