brintos

brintos / llvm-project-archived public Read only

0
0
Text · 154 B · 8c324a9 Raw
8 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12implicit none3allocatable :: x4integer :: x5!ERROR: No explicit type declared for 'y'6allocatable :: y7end8