Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f0a1c65fb007d727ff93bd8ff9c438f689cde77d
/
.
/
clang
/
test
/
CodeGen
/
2003-11-04-OutOfMemory.c
blob: 579c93daae58777b9a71317bbaae2cd334736ab4 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
void
schedule_timeout
(
signed
long
timeout
)
{
switch
(
timeout
)
{
case
((
long
)(~
0UL
>>
1
)):
break
;
}
}