blob: 8714a7b26b788cbde8db6f089f40b0b92bb442a6 [file] [log] [blame]
// { dg-do compile { target c++17_down } }
// { dg-options "-Wc++20-compat" }
// Validate suppression of -Wc++20-compat diagnostics.
#pragma GCC diagnostic ignored "-Wc++20-compat"
int constinit;
int consteval;
int requires;
int concept;
int co_await;
int co_yield;
int co_return;
int char8_t;