Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
char8_t-feature-test-macro-1.C
blob: 6107cb61ecc6db7d7671d2ecea0575522df4e1ce [
file
] [
log
] [
blame
]
// Test that predefined feature test macros are not present when -fchar8_t is
// not enabled.
// { dg-do compile }
// { dg-options "-fno-char8_t" }
#if defined(__cpp_char8_t)
#error
__cpp_char8_t
is
defined
!
#endif