blob: 0ea1f7e8030080d4c54641c6f75fe5e78f8bcd73 [file] [log] [blame]
! RUN: %S/test_errors.sh %s %t %f18
implicit none
allocatable :: x
integer :: x
!ERROR: No explicit type declared for 'y'
allocatable :: y
end