* cp-tree.h (build_noexcept_spec, add_exception_specifier): Adjust
[official-gcc.git] / libgo / go / cmd / go / testdata / src / complex / nest / sub / test23 / p.go
blob8801a4812af4d2b2d8c6d10b3b7c3e46d6d01bb0
1 package test23
3 // Check that vendor/v3 is used but vendor/v2 is NOT used (sub/vendor/v2 wins).
5 import (
6 "v2"
7 "v3"
10 const x = v3.ComplexNestVendorV3
11 const y = v2.ComplexNestSubVendorV2