blob: 2b30ccf15203eb42b720a354ebcc35df6e2e6c88 [file] [log] [blame]
pub fn foo(i: i32) -> &'static str {
"hello"
}
pub fn foo2<TotoIsSomewhere>(i: &TotoIsSomewhere, j: TotoIsSomewhere) {}