diff options
Diffstat (limited to 'tests/ant/src/Three.java')
-rw-r--r-- | tests/ant/src/Three.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ant/src/Three.java b/tests/ant/src/Three.java new file mode 100644 index 000000000..ec6ef629d --- /dev/null +++ b/tests/ant/src/Three.java @@ -0,0 +1,3 @@ +public class Three { + int i3; +} |