aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-1023.rs
blob: 5a0fe6cf5304b136d55a36602e7d5805725f5ff4 (plain)
1
2
3
4
// { dg-additional-options "-w" }
fn foo(e: &str) -> &str {
    &""
}