1! { dg-do compile }
2! PR 33229
3implicit none
4intrinsic cpu_time  ! { dg-error "attribute conflicts with" }
5real :: time
6print *, CPU_TIME(TIME)  ! { dg-error "is not a function" }
7end
8