rust/src/test/run-pass/module-polymorphism-files/template.rs

3 lines
No EOL
38 B
Rust

fn plus(x: T, y: T) -> T {
x + y
}