aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2003-11-04-OutOfMemory.c
blob: 4c2721bd9858e7f58b3cd26957681d84ea80cbde (plain)
1
2
3
4
5
6
7
void schedule_timeout(signed long timeout)
{
 switch (timeout)
 {
 case ((long)(~0UL>>1)): break;
 }
}