2 ! Checks the fix for PR33664, in which the apparent function reference
3 ! n(1) caused a seg-fault.
5 ! Contributed by Henrik Holst <holst@matmech.com>
11 integer :: u(n(1)) ! { dg-error "must be PURE" }
14 ! { dg-final { cleanup-modules "test" } }