brintos

brintos / llvm-project-archived public Read only

0
0
Text · 151 B · 579c93d Raw
10 lines · c
1// RUN: %clang_cc1 -emit-llvm %s  -o /dev/null2 3void schedule_timeout(signed long timeout)4{5 switch (timeout)6 {7 case ((long)(~0UL>>1)): break;8 }9}10