xref: /llvm-project/flang/test/Semantics/OpenMP/compiler-directive.f90 (revision 0ee6646d6fb3b0b9a3655b14bd1cbc18a4e99600)
1! RUN: %python %S/../test_errors.py %s %flang -fopenmp
2! CompilerDirective with openmp tests
3
4!ERROR: !DIR$ IGNORE_TKR directive must appear in a subroutine or function
5!dir$ ignore_tkr
6
7program main
8end program main
9