brintos

brintos / llvm-project-archived public Read only

0
0
Text · 175 B · 081f236 Raw
8 lines · plain
1! RUN: %python %S/test_errors.py %s %flang_fc1 -fimplicit-none2 3!ERROR: No explicit type declared for 'f'4function f()5  !ERROR: No explicit type declared for 'x'6  f = x7end8