blob: 100690c30b3d90484ce5078335abdb2684c9a252 [file] [log] [blame]
public class IntCast {
int m() {
return (int) '\n';
}
}