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