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