blob: 3f3263513fc5da6a97568e15edfe33e42dbcb70c [file] [log] [blame]
/* Requires a module in the loop */
extern int from_loop1;
static void foo(void)
{
from_loop1 = 0;
}