opout.c   [plain text]


x ()
{}

y ()
{}

z (a, b)
{
  return (int) &a + (int) &b + (int) x + (int) z;
}