2 ! This checks the fix for PR34813 in which the error at line 17
5 ! Contributed by Daniel Franke <dfranke@gcc.gnu.org>
7 SUBROUTINE kd_tree_init_default()
13 TYPE(kd_tree_node
) :: root
17 tree
= kd_tree(null()) ! { dg-error "neither a POINTER nor ALLOCATABLE" }