diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile/PR207.java')
-rw-r--r-- | libjava/testsuite/libjava.compile/PR207.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR207.java b/libjava/testsuite/libjava.compile/PR207.java new file mode 100644 index 0000000..97b10f0 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR207.java @@ -0,0 +1,6 @@ +class PR207 { + PR207 (String s) + { + System.out.println (s + support.PR207_A.hello()); + } +} |