mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 11:13:11 -04:00
7 lines
166 B
Objective-C
7 lines
166 B
Objective-C
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
|
|
@interface AAA
|
|
{
|
|
}
|
|
@ x// expected-error{{expected an Objective-C directive after '@'}}
|
|
// expected-error{{missing @end}}
|