1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-optimized -fdisable-tree-einline=foo2 -fdisable-ipa-inline -Wno-attributes" } */
3 /* { dg-add-options bind_pic_locally } */
5 __attribute__((always_inline
)) void bar (void)
22 /* { dg-final { scan-tree-dump-times "bar" 4 "optimized" } } */
23 /* { dg-final { cleanup-tree-dump "optimized" } } */