Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
d2829b76a87a70791184b3cac89900d2cda46ce4
/
.
/
test
/
Lexer
/
wchar.c
blob: cbc0c455f82f6bd33c4bf73c879c9ca7dc3763b3 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -fshort-wchar -verify %s
void
f
()
{
(
void
)
L
"\U00010000"
;
// expected-warning {{character unicode escape sequence too long for its type}}
}