1 ! RUN: %python %S/test_errors.py %s %flang_fc1
2 ! Test correct use-association of a derived type.
16 ! Test access-stmt with generic interface and type of same name.
23 module procedure init1
26 module procedure init2
31 type(t1
) function init1()
33 type(t2
) function init2()