# Test block comments /* */ /* This is a block comment */ let x = 42; /* inline block comment */ /* Multi-line block comment */ y = 100; in /* Comment before expression */ x + y /* Trailing comment */