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