Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
hi.c
blob: f7c2bb7633c90dcb3f0a281f52e4d1226517c4f2 [
file
] [
log
] [
blame
]
/* { dg-additional-options "-std=gnu89" } */
foo
(
a
,
b
)
short
a
,
b
;
{
return
a
<
b
;
}