Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp2a
/
ucn1.C
blob: e73c77db12e34a6ea1e5a3344beac1092d43566b [
file
] [
log
] [
blame
]
// { dg-do compile }
// { dg-options "-std=c++2a" }
int
main
()
{
U
'\U00110000'
;
// { dg-warning "outside" "110000 outside UCS" }
}