blob: 62984a458f364a6e0c6614418f793cf90b94e4f8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// 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}}
|