blob: 7c168a71fe98fb24f2fa470517366ff954032ac8 [file] [log] [blame]
! { 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