blob: 7c281e02610e80a4f2a244ad02b6c254a7f000d2 [file] [log] [blame]
int func9();
int main(int argc, char *argv[])
{
return func9() == 3 ? 0 : 1;
}