Sign in
fuchsia
/
third_party
/
rust
/
eda6dc928323fcd0ac1b51cea1aa79ab17e8519d
/
.
/
tests
/
ui
/
borrowck
/
borrowck-static-item-in-fn.rs
blob: 3c2e7b92c9ec381221d51aad7ea12921974dbafb [
file
] [
log
] [
blame
]
//@ run-pass
#![
allow
(
dead_code
)]
// Regression test for issue #7740
pub
fn
main
()
{
static
A
:
&
'static char = &'
A
';
}