
Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
5 lines
105 B
Rust
5 lines
105 B
Rust
//@ check-pass
|
|
#![allow(dead_code)]
|
|
|
|
static DATA:&'static [&'static str] = &["my string"];
|
|
fn main() { }
|