rt_gccstream/gcc/testsuite/gfortran.dg/oldstyle_2.f90

5 lines
106 B
Fortran

! { dg-do compile }
subroutine foo(i) ! { dg-error "DATA attribute" }
integer i /10/
end subroutine foo