brintos

brintos / llvm-project-archived public Read only

0
0
Text · 126 B · 2593779 Raw
7 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc12implicit none3integer :: x4!ERROR: No explicit type declared for 'y'5y = x6end7