tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug695017.js (82B)


      1 function f() {
      2    var n = null;
      3    return n++;
      4 }
      5 
      6 print(f());
      7 assertEq(f(), 0);