aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20030109-1.c
blob: 4df7d18721a205f1cba13277ede74a1e4180d8be (plain)
1
2
3
4
5
6
void foo ()
{
  int x1, x2, x3;

  bar (&x2 - &x1, &x3 - &x2);
}