]> granicus.if.org Git - clang/commit
apparently gotos aren't allowed at all in blocks. Stub out a testcase for when/if...
authorChris Lattner <sabre@nondot.org>
Sun, 19 Apr 2009 04:51:27 +0000 (04:51 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Apr 2009 04:51:27 +0000 (04:51 +0000)
commitdeae3a735d92b999bfc3b43f2bbe75a6c5b9a1a1
tree7dd93ee87f3a6135306a779bd072389410185327
parent3037a822388348eb16f462c2c8aee77b2fdc286c
apparently gotos aren't allowed at all in blocks.  Stub out a testcase for when/if they are.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69507 91177308-0d34-0410-b5e6-96231b3b80d8
test/Sema/scope-check.c