1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 ! Check for new semantic errors from misuse of the DEC STRUCTURE extension
4 !ERROR: Derived type '/undeclared/' not found
5 record /undeclared
/ var
7 !ERROR: /s/ is not a known STRUCTURE
8 record /s
/ attemptToRecurse
9 !ERROR: not yet implemented: support for UNION