Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
DependsOnModule.framework
/
Headers
/
not_coroutines.h
1
#ifdef __cpp_coroutines
2
#error coroutines must NOT be enabled
3
#endif
4