/** @title simple */
 public void testN3() {
   T_areturn_1 t = new T_areturn_1();
   Integer a = 12345;
   assertEquals(a, t.run3());
 }