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}}
}