aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/ext/char8_t-type-specifier-1.C
blob: dac4a47eea3b57964e608f5697c43cdc386ccf21 (plain)
1
2
3
4
5
// 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" } */