aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp2a/ucn1.C
blob: e73c77db12e34a6ea1e5a3344beac1092d43566b (plain)
1
2
3
4
5
6
7
// { dg-do compile }
// { dg-options "-std=c++2a" }

int main()
{
  U'\U00110000'; // { dg-warning "outside" "110000 outside UCS" }
}