Files
doslang-mirror/fec/tests/m9/okscope/lib.fe
T

6 lines
78 B
Plaintext

unit lib;
pub fn call(comptime T: type, v: T) -> T {
return helper(v);
}