/* 测试文件 */ package main type MyTestr struct { Id int } type MyTestr2 struct { Id int } type MyTestr3 struct { Id int Mi int } func main() { }