() test() { int i = 123; assert :true; assert 1 != 2; assert i == 123 and :true; }