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