summaryrefslogtreecommitdiff
path: root/t/no_const.java
diff options
context:
space:
mode:
Diffstat (limited to 't/no_const.java')
-rwxr-xr-xt/no_const.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/t/no_const.java b/t/no_const.java
new file mode 100755
index 0000000..08b8c18
--- /dev/null
+++ b/t/no_const.java
@@ -0,0 +1,7 @@
+package t ;
+
+
+public class no_const {
+ public int i = 5 ;
+}
+