void main(void) {
  int return0 = 1;
  // This should parse and be accepted as an expression but not as a "return 0" statement
  return0;
}
