blob: 4d61baa7507d83115b549b3d76978cd52affee83 [file] [log] [blame]
// rustfmt-style_edition: 2024
fn test() {
/*
a
*/
let x = 42;
/*
aaa
"line 1
line 2
line 3"
*/
let x = 42;
}