2 ! { dg-options "-fcheck=mem" }
4 ! Compile time check only, to test that the ICE is fixed in the assignment of the
5 ! default initializer of the class to sf.
10 integer, pointer :: data => null ()
13 class(t
), dimension(:), allocatable
:: sf
14 allocate (t
:: sf (1))