public static void simple_out() { var simple = new test.StructSimple(); test.ITesting t = new test.Testing(); bool r = t.StructSimpleOut(out simple); Test.Assert(r, "Function returned false"); checkStructSimple(simple); }