Home | History | Annotate | Download | only in CodeGen
      1 // RUN: %clang_cc1 %s -emit-llvm -o %t
      2 
      3 int f() {
      4   extern int a;
      5   return a;
      6 }
      7