This patch is used to test the changes of D144994. For now only the
coroutines are done other parts of the test suite will follow at a
later stage.
The conversion is done by:
find libcxx/test/std/language.support/support.coroutines/ -name '*.cpp' -exec python3 libcxx/utils/use_modules_in_test.py \{} \;
Depends on D144994