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

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