2 ! { dg-options "-fdump-tree-original" }
4 ! Contributed by Danila <flashmozzg@gmail.com>
9 integer, allocatable
:: x
12 type(FooType
), pointer :: bar
17 function foo() result(res
)
18 type(FooType
), pointer :: res
20 character(:), allocatable
:: rt
25 ! { dg-final { scan-tree-dump-times "__builtin_free" 1 "original" } }