blob: 15a685cefddbcb8d0189192b7035a41ee82a00bd [file] [log] [blame]
fn main() {
let x: &static/str = "foo";
io::println(x);
}