summaryrefslogtreecommitdiff
path: root/flang/test/Semantics/struct03.f90
blob: a334cca8945fc4d9af5f6c7bb43054004f379b76 (plain)
1
2
3
4
5
6
7
! RUN: %python %S/test_errors.py %s %flang_fc1
  structure /s/
    !ERROR: entity declarations are required on a nested structure
    structure /nested/
    end structure
  end structure
end