static long test_call (R1 o) { return o.nonvirtual_Add (2, 3); }
static long test_call(R1 o) { return(o.nonvirtual_Add(2, 3)); }