aboutsummaryrefslogtreecommitdiff
path: root/flang/test/Semantics/OpenMP/struct.f90
blob: 8ae1fbe4da86f9395b8b63b76307cb0ede7f9c36 (plain)
1
2
3
4
5
6
7
! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
! Check OpenMP compatibility with the DEC STRUCTURE extension

structure /s/
end structure

end