blob: 66eea7d2fab7405ccc2efe0354384cbf36113569 [file] [log] [blame]
/* PR target/78362. */
long a;
void
foo (void)
{
for (;; a--)
if ((int) a)
break;
}