1 2 3 4 5 6 7 8 9 10 11 12
// Testcase from Bug 291 struct X { ~X(); }; void foo() { X v; TryAgain: goto TryAgain; }