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