blob: 87f21714488666902501057137844c1b2a765bc9 [file] [log] [blame]
/* { dg-additional-options "-std=gnu89" } */
foo (a, b)
{
return a - 65536;
}