blob: 99204abcebcf5d088ed4374a20ff06e627b1843c [file] [log] [blame]
int foo();
int main()
{
if (foo() == 0) {
return 1;
}
return 0;
}