blob: c1ef7b1f83a69e31fce521f99965ac920822eccf [file] [log] [blame]
! RUN: %S/test_errors.sh %s %t %flang_fc1 -fimplicit-none
! REQUIRES: shell
!ERROR: No explicit type declared for 'f'
function f()
!ERROR: No explicit type declared for 'x'
f = x
end