llvm-6502/test/CFrontend/2003-11-04-OutOfMemory.c

8 lines
103 B
C
Raw Normal View History

void schedule_timeout(signed long timeout)
{
switch (timeout)
{
case ((long)(~0UL>>1)): break;
}
}