fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / FrontendC / 2007-02-07-AddrLabel.c
blob03ed4c987e440b85eba1fabc56d4067b148ed78a
1 // PR947
2 // RUN: %llvmgcc %s -S -o -
4 void foo() {
5 void *ptr;
6 label:
7 ptr = &&label;
9 goto *ptr;