module mod1 // Note: the function here, overrides the one from wrapper.c.v pub fn vadd(a int, b int) int { return 2003 }