[Heikki Kultala] This patch contains the ABI changes for the TCE target.
[clang.git] / test / SemaObjC / method-no-context.m
blob3c45beef04262faee597daf4799327f9817e5c86
1 // RUN: %clang_cc1 -fsyntax-only -verify %s
3 - im0 { // expected-note{{to match this '{'}}  expected-error{{missing context for method declaration}}
4   int a; return 0;
5 // expected-error{{expected '}'}}