OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / 20030109-1.c
1 void foo ()
2 {
3   int x1, x2, x3;
4
5   bar (&x2 - &x1, &x3 - &x2);
6 }