1 2 3 4 5 6 7 8 9 10
// PR947 // RUN: %llvmgcc %s -S -o - void foo() { void *ptr; label: ptr = &&label; goto *ptr; }