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