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