xref: /llvm-project/flang/test/Semantics/OpenMP/taskwait.f90 (revision 5287bb97f90e0d54e7fca280ead36ec6432f87b4)
1! RUN: %python %S/../test_errors.py %s %flang -fopenmp
2
3!$omp taskwait
4end
5