/* { dg-additional-options "-std=gnu89" } */

foo (a)
{
  return (a & ~0xfff) == 0;
}