blob: 795f7c7e467b598d9aaae949d999c5c4abbe74fc [file] [log] [blame]
foo (a)
{
++a;
return a == 0;
}