mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
10 lines
282 B
Objective-C
10 lines
282 B
Objective-C
// RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
|
|
// FIXME: This is a horrible error message here. Fix.
|
|
int @"s" = 5; // expected-error {{prefix attribute must be}}
|
|
|
|
|
|
// rdar://6480479
|
|
@interface A
|
|
}; // expected-error {{missing @end}} expected-error {{expected external declaration}}
|
|
|