if.cminus 111 Bytes
Newer Older
lyz's avatar
lyz committed
1 2 3 4 5 6
/* else should be bound to the closest if */
int main(void)
{
  if (1) {} else if (2) {} else {}
  return 0;
}