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