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

7 lines
96 B
Plaintext

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