convert to filecheck.
[oota-llvm.git] / test / FrontendC / 2003-11-04-OutOfMemory.c
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3 void schedule_timeout(signed long timeout)
4 {
5  switch (timeout)
6  {
7  case ((long)(~0UL>>1)): break;
8  }
9 }