2 ! { dg-options "-fdump-tree-original" }
6 ! Ensure that the value of scalars to assumed-rank arrays is
7 ! copied back - and everything happens in the correct order.
12 integer, pointer :: x(..)
14 function f() result(res
)
15 integer, pointer :: res
19 ! { dg-final { scan-tree-dump " = f \\(\\);.*desc.0.dtype = .*;.*desc.0.data = .void .. D.*;.*sub \\(&desc.0\\);.*D.*= .integer.kind=4. .. desc.0.data;" "original" } }