blob: 4fbc6164a71c41f523b7f6ced40380d62f3831de [file] [log] [blame]
! RUN: %S/test_errors.sh %s %t %flang_fc1
! REQUIRES: shell
implicit none
integer :: x
!ERROR: No explicit type declared for 'y'
y = x
end