3 ! Test that the anti-aliasing restriction does not knock out valid code.
5 ! Contributed by Andrew Balwin on
6 ! https://groups.google.com/forum/#!topic/comp.lang.fortran/oiXdl1LPb_s
12 INTEGER, ALLOCATABLE
:: COMP(:)
15 TYPE (FOOBAR
) :: MY_ARRAY(6)
17 ALLOCATE (MY_ARRAY(1)%COMP(10))
19 CALL MOVE_ALLOC (MY_ARRAY(1)%COMP
, MY_ARRAY(2)%COMP
)