hanchenye-llvm-project/clang/test/CodeGen/const-label-addr.c

5 lines
74 B
C

// RUN: clang-cc %s -emit-llvm -o %t
int a() {
A:;static void* a = &&A;
}