mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 01:09:28 +08:00
2b0807d3bc
From-SVN: r33202
7 lines
98 B
Java
7 lines
98 B
Java
class PR207 {
|
|
PR207 (String s)
|
|
{
|
|
System.out.println (s + support.PR207_A.hello());
|
|
}
|
|
}
|