单选题
以下代码段执行后的输出结果为 public class Test { public static void main { int i = -5; i = ++; System.out.println; } }