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

3 lines
No EOL
38 B
Rust

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