8 lines
155 B
Fortran
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
|