4 ! Out of bound whilst releasing initialization of allocate object
6 ! Contributed by someone <sigurdkn@gmail.com>
11 integer, pointer :: a
=> null()
13 type(foo
), dimension(:,:), allocatable
:: data
14 allocate(data(1:1,1)) ! This used to lead to an ICE