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