1 // Only need to compile this, with the default options from the .exp.
2 
3 #ifndef __cpp_impl_coroutine
4 #error "coroutines should engaged."
5 #endif
6 
7 #if __cpp_impl_coroutine != 201902L
8 #error "coroutine version out of sync."
9 #endif
10