aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/objcxx11-user-defined-literal.mm
blob: a5f1397530fd20ef50959ca1ee2eb3e18b155c37 (plain)
1
2
3
// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s

id x = @"foo"_bar; // expected-error{{user-defined suffix cannot be used here}}