Sign in
android
/
toolchain
/
rustc
/
d2dbbcd40813d506244f1255bc2c84088a0197e1
/
.
/
src
/
test
/
ui
/
bare-static-string.rs
blob: d336dc7c6a083fbac95ba60b9cc4982c96864d43 [
file
]
// run-pass
pub
fn
main
()
{
let
x
:
&
'
static
str
=
"foo"
;
println
!(
"{}"
,
x
);
}