3 lines
136 B
Mathematica
3 lines
136 B
Mathematica
|
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
||
|
@interface A {@end // expected-error {{'@end' appears where closing brace '}' is expected}}
|