5 /* Make sure we don't coalesce both incoming parms, one whose incoming
6 value is unused, to the same location, so as to overwrite one of
7 them with the incoming value of the other. */
9 int __attribute__((noinline
, noclone
))
12 j
= i
; /* The incoming value for J is unused. */
20 /* Same as foo, but with swapped parameters. */
21 int __attribute__((noinline
, noclone
))
24 j
= i
; /* The incoming value for J is unused. */