Daniel Dunbar | d7d5f02 | 2009-03-24 02:24:46 +0000 | [diff] [blame^] | 1 | // RUN: clang-cc -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 '}'}} |