hanchenye-llvm-project/llvm/test/CFrontend/2003-11-04-OutOfMemory.c

10 lines
158 B
C
Raw Normal View History

2004-11-07 06:41:00 +08:00
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2003-11-05 02:34:05 +08:00
void schedule_timeout(signed long timeout)
{
switch (timeout)
{
case ((long)(~0UL>>1)): break;
}
}