summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/extern-block-var.c
blob: 329f1095684279548d5e88043ab1bb70c5457382 (plain)
1
2
3
4
5
6
// RUN: %clang_cc1 %s -emit-llvm -o %t

int f() {
  extern int a;
  return a;
}