c++: free garbage vec in coerce_template_parms
[official-gcc.git] / libgo / go / cmd / go / testdata / mod / example.com_nest_v1.1.0.txt
blob5a01550fd5d075167d7bfce1413bcf2dad1a090b
1 Written by hand.
2 Test case for nested modules without an explicit relationship.
3 This is the top-level module.
5 -- .mod --
6 module example.com/nest
7 -- .info --
8 {"Version": "v1.1.0"}
9 -- go.mod --
10 module example.com/nest
11 -- sub/x/x.go --
12 package x