func int main() {
  // short comment here, long comment below
  /* int i;
  i = 0; */
  print(1);
  return 0;
}