aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/hi.c
blob: f7c2bb7633c90dcb3f0a281f52e4d1226517c4f2 (plain)
1
2
3
4
5
6
7
/* { dg-additional-options "-std=gnu89" } */

foo (a, b)
     short a, b;
{
  return a < b;
}