blob: f2475094aa5c51cdfde96a5013a17eeb45f4cf21 [file] [log] [blame]
// Test that char8_t is not a keyword if -fchar8_t is not enabled.
// { dg-do compile }
// { dg-options "-fno-char8_t" }
int char8_t;