[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / flang / test / Semantics / struct03.f90
bloba334cca8945fc4d9af5f6c7bb43054004f379b76
1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 structure /s/
3 !ERROR: entity declarations are required on a nested structure
4 structure /nested/
5 end structure
6 end structure
7 end