brintos

brintos / llvm-project-archived public Read only

0
0
Text · 191 B · a334cca Raw
8 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12  structure /s/3    !ERROR: entity declarations are required on a nested structure4    structure /nested/5    end structure6  end structure7end8