summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/const-label-addr.c
blob: 1ae74e5ad064eca71b80d63e1e50f284b66db200 (plain)
1
2
3
4
// RUN: clang %s -emit-llvm -o %t
int a() {
A:;static void* a = &&A;
}
OpenPOWER on IntegriCloud