blob: 103ff3b71214097d8604a10ef59f4d8c5df88285 [file] [log] [blame]
! { dg-do compile }
! PR 33229
implicit none
intrinsic cpu_time
real :: time
print *, CPU_TIME(TIME) ! { dg-error "Intrinsic subroutine" }
end