bigint-support.js 62 B

123
  1. function test() {
  2. return 9007199254740993n + 10n + 0xan;
  3. }