1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-tree-pre-stats -std=c99" } */
7 /* We should pull res = *x all the way out of the do-while */
14 /* { dg-final { scan-tree-dump-times "Eliminated: 1" 1 "pre"} } */
15 /* { dg-final { cleanup-tree-dump "pre" } } */