Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
9762e0a2348bce3e7e90ddf6e32309d119f48066
/
.
/
clang
/
test
/
Lexer
/
wchar.c
blob: cbc0c455f82f6bd33c4bf73c879c9ca7dc3763b3 [
file
] [
log
] [
blame
]
Nico Weber
9762e0a
2010-10-06 04:57:26 +0000
[
diff
] [
blame^
]
1
// RUN: %clang_cc1 -fsyntax-only -fshort-wchar -verify %s
2
3
void
f
()
{
4
(
void
)
L
"\U00010000"
;
// expected-warning {{character unicode escape sequence too long for its type}}
5
}
6