Home | History | Annotate | Download | only in CodeGen
      1 // RUN: %clang_cc1 %s -emit-llvm -o %t
      2 int a() {
      3 A:;static void* a = &&A;
      4 }
      5