Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
52e4c60e31fee851e2988f7909aebf488e57fc12
/
.
/
test
/
Lexer
/
utf8-char-literal.cpp
blob: c4ea5fc3c3e9dcbb9fbe6bc668e8cff0cf97bbc9 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -triple x86_64-apple-darwin -std=c++11 -fsyntax-only -verify %s
int
array0
[
u
'ñ'
==
u
'\xf1'
?
1
:
-
1
];
int
array1
[
'ñ'
!=
u
'\xf1'
?
1
:
-
1
];