blob: 561422af03ad13a78af1c1e48db8fefdc13bd238 [file] [log] [blame]
int func4();
int main(int argc, char *argv[])
{
return func4() == 2 ? 0 : 1;
}