== should parse a big int literal ==
90n + 80n;
-20n;

[expect]
90n + 80n;
-20n;
