summaryrefslogtreecommitdiff
path: root/test/import4.dir/empty.go
blob: c8214f36da6c1d683e5a1c32b2d7386319a4d059 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright 2009 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.

package P

import ( )
const ( )
var ( )
type ( )