2014-11-07 12:33:35 +11:00

5 lines
85 B
JavaScript

function test() {
// Leading to EmptyStatement
; // Trailing to EmptyStatement
}