Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp2a
/
cplusplus.C
blob: 614fc52e391d4c2db177e3991caf1cead077260d [
file
] [
log
] [
blame
]
// { dg-do compile }
// { dg-options "-std=c++2a" }
static_assert
(
__cplusplus
>
201703L
);