blob: eff0a80c41251fe57fa4a92a9914028fc681aefa [file] [log] [blame]
class Simple {
void m() {
System.out.println("\101\u0042\103");
}
}