Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
run-pass
/
bare-static-string.rs
blob: 15a685cefddbcb8d0189192b7035a41ee82a00bd [
file
] [
log
] [
blame
]
fn
main
()
{
let
x
:
&
static
/
str
=
"foo"
;
io
::
println
(
x
);
}