Merge remote-tracking branch 'upstream/master' into init_auto
[nit.git] / tests / test_prog / platform / platform.nit
index 175e6fc..7bd604f 100644 (file)
@@ -57,3 +57,8 @@ class String end
 
 # List of things.
 class List[E] end
+
+# Sys
+class Sys
+       fun main is intern
+end