1 ! RUN: %python %S/test_errors.py %s %flang_fc1
9 !ERROR: 't1' from host is not accessible
15 !ERROR: 't2' not found in host scope
19 !ERROR: Derived type 't1' not found
23 !ERROR: 't3' from host is not accessible
35 implicit none(external)
40 implicit none(external)
41 !ERROR: 's5' is an external procedure without the EXTERNAL attribute in a scope with IMPLICIT NONE(EXTERNAL)
46 integer, parameter :: ck
= kind('a')
53 character(kind
=ck
) :: x
! no error