7 lines
71 B
V

module test
[export: 'square']
fn square(i int) int {
return i * i
}