blob: 02cb76f1e2278eba000c7503f663daff5e8abb02 [file] [log] [blame]
// function main(String[] args) {
// double d = 1.0;
// short s = (short) d;
// }