llvm/flang/test/semantics/resolve06.f90

7 lines
107 B
Fortran
Raw Normal View History

implicit none
allocatable :: x
integer :: x
!ERROR: No explicit type declared for 'y'
allocatable :: y
end