mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-23 04:09:42 -05:00
7 lines
98 B
Java
7 lines
98 B
Java
class PR207 {
|
|
PR207 (String s)
|
|
{
|
|
System.out.println (s + support.PR207_A.hello());
|
|
}
|
|
}
|