1*f4a2713aSLionel Sambuc// RUN: %clang_cc1 -fsyntax-only -verify %s 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc- im0 { // expected-error{{missing context for method declaration}} 4*f4a2713aSLionel Sambuc int a; return 0; 5