PR rtl-optimization/82913
[official-gcc.git] / gcc / testsuite / gfortran.fortran-torture / compile / named_args.f90
blob1e0b4a6733c8832a49192dbd9e1f2dd56a4a198e
1 ! This caused problems because we created a symbol for P while
2 ! trying to parse the argument list as a substring reference.
3 program named_args
4 implicit none
5 integer, parameter :: realdp = selected_real_kind(p=8,r=30)
6 end program