llvm-project/flang/test/Semantics/resolve03.f90

6 lines
79 B
Fortran

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