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