blob: c39bc748d4832ad2cad382cc48946b423e7165c9 [file] [log] [blame]
// Constant folding
main() {
print('A'.codeUnitAt(0));
}