extern-block-var.c 80 Bytes Raw Blame History Permalink 1 2 3 4 5 6 // RUN: %clang_cc1 %s -emit-llvm -o %t int f() { extern int a; return a; }