blob: 00c5aa891c2e59666f826172edad9f09cfe82603 [file] [log] [blame]
/* { dg-additional-options "-std=gnu89" } */
foo (a)
{
return a & 65535;
}