Files
clang-p2996/flang/test/Semantics/OpenMP/struct.f90
Kiran Chandramohan 87452bcb80 [Flang][OpenMP] Reenable a few tests 4/n (#93214)
Re-enable a few simd, critical, workshare tests.
2024-05-23 22:04:00 +01:00

8 lines
155 B
Fortran

! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
! Check OpenMP compatibility with the DEC STRUCTURE extension
structure /s/
end structure
end