2 ! { dg-options "-O3 -fwhole-file -fdump-tree-optimized" }
3 ! { dg-add-options bind_pic_locally }
5 ! Check that inlining of functions declared AFTER usage works.
6 ! If yes, then the dump does not contain a call to F().
19 ! { dg-final { scan-tree-dump-times "= f \\(\\)" 0 "optimized" } }
20 ! { dg-final { cleanup-tree-dump "optimized" } }