Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Parser
/
objcxx11-user-defined-literal.mm
blob: a5f1397530fd20ef50959ca1ee2eb3e18b155c37 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s
id x
=
@
"foo"
_bar
;
// expected-error{{user-defined suffix cannot be used here}}