xref: /llvm-project/flang/test/Semantics/OpenMP/struct.f90 (revision 87452bcb806c9a45b09dab7c2e6594a7ebb085a2)
1! RUN: %python %S/../test_errors.py %s %flang_fc1 -fopenmp
2! Check OpenMP compatibility with the DEC STRUCTURE extension
3
4structure /s/
5end structure
6
7end
8