leo/compiler/tests/field/input.leo

3 lines
58 B
Plaintext
Raw Normal View History

2020-07-08 05:40:01 +03:00
function main(f: value.field) -> value.field{
return f
}