blob: 0590584c5d3cc8697cb335d27f027cf91510d440 [file] [log] [blame]
int foo(int i)
{
if (i < 0) return 0;
for (; i < 10; i++);
}