1 /* { dg-do compile } */
2 /* { dg-options "-O -fdump-tree-fre1" } */
5 int __attribute__((noinline
,noclone
)) fn ()
22 /* We should be able to optimize the load from x in main and thus the
25 /* { dg-final { scan-tree-dump-times "= x;" 1 "fre1" } } */
26 /* { dg-final { scan-tree-dump-times " \\\+ " 0 "fre1" } } */