Exemplo n.º 1
0
main()
{
  printf("%d\n", show_foo());
}
Exemplo n.º 2
0
int
main()
{
  printf("%d\n", show_foo());
  return 0;
}