blob: e73c77db12e34a6ea1e5a3344beac1092d43566b [file] [log] [blame]
// { dg-do compile }
// { dg-options "-std=c++2a" }
int main()
{
U'\U00110000'; // { dg-warning "outside" "110000 outside UCS" }
}