1 | // RUN: %clang -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CORO %s |
---|---|
2 | // RUN: %clang -fcoroutines-ts -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CORO %s |
3 | // RUN: %clang -fno-coroutines-ts -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CORO %s |
4 | // RUN: %clang -fno-coroutines-ts -fcoroutines-ts -### %s 2>&1 | FileCheck -check-prefix=CHECK-NO-CORO %s |
5 | // CHECK-NO-CORO-NOT: -fcoroutines-ts |
6 | |
7 |