1 ! RUN: %S/test_errors.sh %s %t %flang_fc1
4 ! Test that intrinsic functions used as subroutines and vice versa are caught.
7 intrinsic :: sin
, cpu_time
8 !ERROR: Cannot use intrinsic function 'sin' as a subroutine
10 !ERROR: Cannot use intrinsic subroutine 'cpu_time' as a function