summaryrefslogtreecommitdiffstats
path: root/test/Parser/missing-end.m
blob: fb264610aecb5b74fc771ded5640bb92f494d50b (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -fsyntax-only -verify %s

@interface AAA
{
}
@ x// expected-error{{expected an Objective-C directive after '@'}}
// expected-error{{missing @end}}
OpenPOWER on IntegriCloud