blob: 2d7aa5973241dd7138dd54bec67ae9501810ab9c (
plain)
1
2
3
4
5
6
7
8
9
|
// compiledir
// Copyright 2020 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 mishandled a combination of normal import and dot import.
package ignored
|