blob: e53cd301246b958f4c6d4da11af7cd0a6b4092ac [file] [log] [blame]
//@ runBigIntEnabled
function assert(a) {
if (!a)
throw new Error("Bad assertion");
}
assert(typeof 0n === "bigint");
assert(typeof 1n !== "object");