diff options
Diffstat (limited to 'test/FrontendC/2007-02-07-AddrLabel.c')
-rw-r--r-- | test/FrontendC/2007-02-07-AddrLabel.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/FrontendC/2007-02-07-AddrLabel.c b/test/FrontendC/2007-02-07-AddrLabel.c deleted file mode 100644 index 03ed4c9..0000000 --- a/test/FrontendC/2007-02-07-AddrLabel.c +++ /dev/null @@ -1,10 +0,0 @@ -// PR947 -// RUN: %llvmgcc %s -S -o - - -void foo() { - void *ptr; - label: - ptr = &&label; - - goto *ptr; - } |