llvm/flang/test/semantics/resolve01.f90

5 lines
77 B
Fortran
Raw Normal View History

integer :: x
!ERROR: The type of 'x' has already been declared
real :: x
end