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