summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/method-no-context.m
blob: c88205dfd28fd28ae353fe34bbbc883bf9978ada (plain)
1
2
3
4
// RUN: %clang_cc1 -fsyntax-only -verify %s

- im0 { int a; return 0; // expected-error{{missing context for method declaration}}
// expected-error{{expected '}'}}