1//+build !go1.7
2
3package reflect2
4
5import "unsafe"
6
7func resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer {
8	return nil
9}
10