1// rundir 2 3// Copyright 2018 The Go Authors. All rights reserved. 4// Use of this source code is governed by a BSD-style 5// license that can be found in the LICENSE file. 6 7// Issue 29610: Symbol import and initialization order caused function 8// symbols to be recorded as non-function symbols. 9 10// This uses rundir not because we actually want to run the final 11// binary, but because we need to at least link it. 12 13package ignored 14