blob: 54b42c5a3777b259ff47d1b6d551d1b48c057054 [file] [log] [blame]
foo (a)
{
int r = 0;
if (a)
r = 1;
return r;
}