hanchenye-llvm-project/clang/test/CodeGen/extern-block-var.c

7 lines
69 B
C

// RUN: clang %s -emit-llvm
int f() {
extern int a;
return a;
}