fn __test_int_eq() { Assert(5 == 5) Assert(5 != 7) } fn __test_add() { AssertSame(5 + 5, 10) }