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