
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
6 lines
75 B
Rust
6 lines
75 B
Rust
//@ run-pass
|
|
|
|
/*
|
|
* This is a multi-line oldcomment.
|
|
*/
|
|
pub fn main() { }
|