2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20030109-1.c
blob4df7d18721a205f1cba13277ede74a1e4180d8be
1 void foo ()
3 int x1, x2, x3;
5 bar (&x2 - &x1, &x3 - &x2);