1 /* PR tree-optimization/47428 */
2 /* { dg-require-effective-target untyped_assembly } */
13 baz (int x
__attribute__((unused
)), int y
)
16 for (i
= 0; i
< 1; i
= 1)
17 for (y
= 0; y
< 1; y
= 1);
28 fn (const int x
, int y
__attribute__((unused
)))
30 if (baz (baz (0, x
), 0))