mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 11:43:39 -04:00
7 lines
87 B
Rust
7 lines
87 B
Rust
// run-pass
|
|
|
|
pub fn main() {
|
|
let x: &'static str = "foo";
|
|
println!("{}", x);
|
|
}
|