[MAINTAINERS] Update email and move to DCO
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / xfoo.c
blobc97e95d89b902c985edf0dc4136e75ab7828c522
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a)
5 return (a & ~0xfff) == 0;