blob: 9bb712d345642dac79f2a953a1a92355d1a98eef [file] [log] [blame]
function test() {
/*
* Leading comment
*/
/*
*
* Leading comment 2
*
*/
var i = 20;
/*
* Trailing comment
*/
/*
*
* Trailing comment 2
*
*/
}