7 lines
96 B
Plaintext
7 lines
96 B
Plaintext
// ERROR:5:helper
|
|
unit lib;
|
|
|
|
pub fn call(comptime T: type, v: T) -> T {
|
|
return helper(v);
|
|
}
|