1 ! RUN: %S/test_errors.sh %s %t %flang_fc1
3 ! Test correct use-association of a derived type.
17 ! Test access-stmt with generic interface and type of same name.
24 module procedure init1
27 module procedure init2
32 type(t1
) function init1()
34 type(t2
) function init2()