hjs-0.1: testsuite/parsingonly/02_semicolon.js
// Automatic semi-colon insertion
{ 1
2 } 3
return
a + b
a = b
//--c - Fails
a = b + c
(d + e).print()
// Automatic semi-colon insertion
{ 1
2 } 3
return
a + b
a = b
//--c - Fails
a = b + c
(d + e).print()