diff options
Diffstat (limited to 'libjava/testsuite/libjava.compile/PR206.java')
-rw-r--r-- | libjava/testsuite/libjava.compile/PR206.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/testsuite/libjava.compile/PR206.java b/libjava/testsuite/libjava.compile/PR206.java new file mode 100644 index 0000000..0183912 --- /dev/null +++ b/libjava/testsuite/libjava.compile/PR206.java @@ -0,0 +1,7 @@ +class PR206 { + + PR206 (String s) + { + support.PR206_A x; + } +} |