Example #1
0
int main()
{
  if (0) fake_main(0,0);
  test();

  return EXIT_SUCCESS;
}
Example #2
0
int main() {
    return fake_main();
}