Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
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" } */