summaryrefslogtreecommitdiffstats
path: root/clang/test/Parser/objc-quirks.m
blob: b726d9a8274fce10557c4f3aa766a8f46534beac (plain)
1
2
3
4
// RUN: clang -fsyntax-only -verify %s

// FIXME: This is a horrible error message here. Fix.
int @"s" = 5;  // expected-error {{prefix attribute must be}}
OpenPOWER on IntegriCloud