1 ! RUN: %python %S/test_errors.py %s %flang_fc1
3 !ERROR: Specific procedure 'sin' of generic interface 'yintercept' may not be INTRINSIC
8 !ERROR: Specific procedure 'cos' of generic interface 'xintercept' may not be INTRINSIC
10 generic
:: xIntercept
=> cos
17 !ERROR: Specific procedure 'tan' of generic interface 'slope' may not be a statement function
18 tan(x
) = sin(x
) / cos(x
)