1package bad
2
3type myStruct struct {
4}
5
6func (s *myStruct) sFunc() bool { //@rename("sFunc", "rFunc")
7	return s.Bad
8}
9