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