1 ! RUN: %python %S/test_errors.py %s %flang_fc1
3 ! Test that intrinsic functions used as subroutines and vice versa are caught.
6 intrinsic :: sin
, cpu_time
7 !ERROR: Cannot call function 'sin' like a subroutine
9 !ERROR: Cannot call subroutine 'cpu_time' like a function