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