New testcase

llvm-svn: 9698
This commit is contained in:
Chris Lattner 2003-11-04 18:34:05 +00:00
parent 2a262ef095
commit ba4b1c47c1
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
void schedule_timeout(signed long timeout)
{
switch (timeout)
{
case ((long)(~0UL>>1)): break;
}
}