Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGen / 2003-11-04-OutOfMemory.c
blob579c93daae58777b9a71317bbaae2cd334736ab4
1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
3 void schedule_timeout(signed long timeout)
5 switch (timeout)
7 case ((long)(~0UL>>1)): break;