freebsd-nq/test/CodeGen/const-label-addr.c
2010-01-01 10:34:51 +00:00

5 lines
76 B
C

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