headroom-0.4.0.0: test-data/code-samples/js/sample1.js
/*
* This is header
*/
function answer() {
/* This is not header */
return 42;
// line comment
}/*
* This is header
*/
function answer() {
/* This is not header */
return 42;
// line comment
}