nitcc:: when removing a reduction in S/R, notify the token to not generate the reduce...
[nit.git] / tests / module_0.nit
index 5e06135..aba5aca 100644 (file)
@@ -35,5 +35,6 @@ end
 class Sys
        fun main
        do
+               print(0)
        end
 end