
#include "stdio.h"

main()
{
  FILE * foo;

  printf("hello world!\n");
}

