1 2 3 4 5 6 7 8
/*--- description: An empty if-condition is a SyntaxError at parse time esid: sec-if-statement negative: phase: parse type: SyntaxError ---*/ if () {}