mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
95ff642797
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
7 lines
75 B
Rust
7 lines
75 B
Rust
//@ run-pass
|
|
|
|
/*
|
|
* This is a multi-line oldcomment.
|
|
*/
|
|
pub fn main() { }
|