// @target: ES6
`head${ // single line comment
10
}
middle${
/* Multi-
* line
* comment
*/
20
// closing comment
tail`;