fn main(/*
---
*/) {
let x /* this is one line */ = 3;
let x /*
* this
* is
* multiple
* lines
*/ = 3;
let x = /*
* after
* the
* =
*/ 3;
* including
* a
* blank
* line
}