rt_gccstream/gcc/testsuite/gfortran.fortran-torture/compile/named_args.f90

7 lines
234 B
Fortran

! This caused problems because we created a symbol for P while
! trying to parse the argument list as a substring reference.
program named_args
implicit none
integer, parameter :: realdp = selected_real_kind(p=8,r=30)
end program