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