Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
char8_t-keyword-1.C
blob: f2475094aa5c51cdfde96a5013a17eeb45f4cf21 [
file
] [
log
] [
blame
]
// Test that char8_t is not a keyword if -fchar8_t is not enabled.
// { dg-do compile }
// { dg-options "-fno-char8_t" }
int
char8_t
;