2014-11-04 18:32:30 +11:00

5 lines
86 B
JavaScript

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