blob: 3c45beef04262faee597daf4799327f9817e5c86 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
Steve Naroffc97fb9a2009-03-03 00:45:38 +00002
Chris Lattnerf65086b2010-09-01 15:49:26 +00003- im0 { // expected-note{{to match this '{'}} expected-error{{missing context for method declaration}}
4 int a; return 0;
Steve Naroffc97fb9a2009-03-03 00:45:38 +00005// expected-error{{expected '}'}}