make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git] / test / FrontendC / 2003-11-04-OutOfMemory.c
blob40cb6c2e21e4ba96789ed1c1054dc520d44ac508
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 void schedule_timeout(signed long timeout)
5 switch (timeout)
7 case ((long)(~0UL>>1)): break;