blob: 6d3736e059a98da7241f282defee6e7fe53a345e [file] [log] [blame]
x ()
{}
y ()
{}
z (a, b)
{
return (int) &a + (int) &b + (int) x + (int) z;
}