public static void simple_out() { int original = 1984; int received; test.ITesting t = new test.Testing(); t.IntOut(original, out received); Test.AssertEquals(-original, received); }