blob: 329f1095684279548d5e88043ab1bb70c5457382 [file] [log] [blame]
// RUN: %clang_cc1 %s -emit-llvm -o %t
int f() {
extern int a;
return a;
}