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

main (a)
{
  return a + (~0 - 240);
}