aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr96038.f90
blob: f1098f33c1bb0a255131407cc0249e28c1adb431 (plain)
1
2
3
4
5
6
7
8
! { dg-do compile }

function ifoo()
  parameter (n = 50)
  integer n
  ifoo = n
end