2015-10-05 16:37:37 +01:00

5 lines
85 B
JavaScript

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