Source code
Revision control
Copy as Markdown
Other Tools
[evaluation-order-1.html]
expected:
if (os == "linux") and asan and fission: CRASH
if (os == "win") and debug: CRASH
if (os == "mac") and debug: CRASH
if (os == "mac") and not debug: [OK, CRASH]
if (os == "android") and not debug: [OK, CRASH]