2009-08-19 12:32:46 -06:00
|
|
|
// 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 a
|
|
|
|
|
|
|
|
func init() {
|
|
|
|
println("a");
|
|
|
|
}
|
2009-09-17 11:27:04 -06:00
|
|
|
|
|
|
|
type T int;
|
|
|
|
|