UNPKG

test262-parser-tests

Version:
11 lines (10 loc) 123 B
(function() { if (a) { b(); return 1; } else { b(); return 2; } c(); }());