Daniel Dunbar | a572887 | 2009-12-15 20:14:24 +0000 | [diff] [blame^] | 1 | // RUN: %clang_cc1 -fsyntax-only -verify %s |
Steve Naroff | c97fb9a | 2009-03-03 00:45:38 +0000 | [diff] [blame] | 2 | |
3 | - im0 { int a; return 0; // expected-error{{missing context for method declaration}} | ||||
4 | // expected-error{{expected '}'}} |