blob: 4df7d18721a205f1cba13277ede74a1e4180d8be [file] [log] [blame]
void foo ()
{
int x1, x2, x3;
bar (&x2 - &x1, &x3 - &x2);
}