Text file src/cmd/go/testdata/script/gccgo_mangle.txt
1 # Issue 33871. 2 3 cd m/a.0 4 go build 5 6 -- m/go.mod -- 7 module m 8 -- m/a.0/a.go -- 9 package a 10 11 type T int 12 13 func (t T) M() int { 14 return int(t) 15 } 16
1 # Issue 33871. 2 3 cd m/a.0 4 go build 5 6 -- m/go.mod -- 7 module m 8 -- m/a.0/a.go -- 9 package a 10 11 type T int 12 13 func (t T) M() int { 14 return int(t) 15 } 16