blob: 081f236f3a4fd00a834d0ae2f9c721b25d0bec96 [file] [log] [blame]
! RUN: %python %S/test_errors.py %s %flang_fc1 -fimplicit-none
!ERROR: No explicit type declared for 'f'
function f()
!ERROR: No explicit type declared for 'x'
f = x
end