2 ! { dg-options "-std=f2003" }
5 ! Follow up to: PR fortran/47507
7 ! PURE procedures: Allow arguments w/o INTENT if they are VALUE
10 pure
function f(x
) ! { dg-error "Fortran 2008: Argument 'x' of pure function" }
16 pure
subroutine sub(x
) ! { dg-error "Fortran 2008: Argument 'x' of pure subroutine" }