blob: 40cb6c2e21e4ba96789ed1c1054dc520d44ac508 [file] [log] [blame]
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
void schedule_timeout(signed long timeout)
{
switch (timeout)
{
case ((long)(~0UL>>1)): break;
}
}