Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
char8_t-typedef-1.C
blob: b77d9a2e6c490985b03f012c29bf9d4e7932b487 [
file
] [
log
] [
blame
]
// Test that no error is issued for attempted char8_t typedef declarations
// when -fchar8_t is not enabled.
// { dg-do compile }
// { dg-options "-fno-char8_t" }
typedef
unsigned
char
char8_t
;