Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
uns.c
blob: 6005467467948a62e22c27e045b17e66e57e198d [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
)
{
if
((
unsigned
)
a
<
234
)
return
1
;
}