Source code
Revision control
Copy as Markdown
Other Tools
[general.worker.html]
expected:
if (os == "win") and debug and (processor == "x86"): CRASH
if (os == "linux") and not fission and not debug: CRASH
if (os == "android") and not debug: [OK, CRASH]