summaryrefslogtreecommitdiff
path: root/typecheck/tests/Printer.java
diff options
context:
space:
mode:
Diffstat (limited to 'typecheck/tests/Printer.java')
-rw-r--r--typecheck/tests/Printer.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/typecheck/tests/Printer.java b/typecheck/tests/Printer.java
new file mode 100644
index 0000000..3c4fa2f
--- /dev/null
+++ b/typecheck/tests/Printer.java
@@ -0,0 +1,5 @@
+class Printer{
+ public static void main(String[] a){
+ // System.out.println(0);
+ }
+}