module test export packed struct person { age: i32 name: string } export func do_something(name: string): i32 { return 3 }