blob: 7c8ccc6ec7ed7a2b36e3916f5927a6b3bc98f005 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// rundir
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Gccgo caused an undefined symbol reference building hash functions
// for an imported struct with unexported fields.
package ignored
|