blob: 3f6d7e885807cc3e10a99cefe48fad1fef45edc2 [file] [log] [blame]
Stuart Hastings1d9582c2010-12-02 21:25:55 +00001// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2// Don't crash on a common-linkage constant global.
3extern const int kABSourceTypeProperty;
4int foo(void) {
5 return kABSourceTypeProperty;
6}
7const int kABSourceTypeProperty;