New testcase, for PR 115
[oota-llvm.git] / test / CFrontend / 2003-11-04-OutOfMemory.c
1 void schedule_timeout(signed long timeout)
2 {
3  switch (timeout)
4  {
5  case ((long)(~0UL>>1)): break;
6  }
7 }