blob: c0875493b44b9f2590756195ad1ceeb004ef905b [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
Fariborz Jahanian140ab232011-08-31 17:37:55 +00003- im0 { // expected-error{{missing context for method declaration}}
Chris Lattnerf65086b2010-09-01 15:49:26 +00004 int a; return 0;