Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
coroutines
/
coro-pre-proc.C
blob: eacdb35d3c70542095f3733632318d7dcc8ea5fd [
file
] [
log
] [
blame
]
// Only need to compile this, with the default options from the .exp.
#ifndef
__cpp_impl_coroutine
#error
"coroutines should engaged."
#endif
#if __cpp_impl_coroutine != 201902L
#error
"coroutine version out of sync."
#endif