mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-19 19:17:31 +00:00

Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
9 lines
125 B
Rust
9 lines
125 B
Rust
//@ run-pass
|
|
#![allow(dead_code)]
|
|
// Regression test for issue #7740
|
|
|
|
|
|
pub fn main() {
|
|
static A: &'static char = &'A';
|
|
}
|