Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
char8_t-type-specifier-1.C
blob: dac4a47eea3b57964e608f5697c43cdc386ccf21 [
file
] [
log
] [
blame
]
// Test that char8_t is not a type specifier if -fchar8_t is not enabled.
// { dg-do compile }
// { dg-options "-fno-char8_t" }
char8_t
c8
;
/* { dg-error ".char8_t. does not name a type" "no-char8_t" } */