(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
intrinsic_param_1.f90
! { dg-do compile }
! { dg-additional-options "-std=f95" }
! PR 54633 - this used to be accepted
program main
  integer, parameter :: m = minval((/1/)) ! { dg-error "Transformational function" }
end