blob: af20ca5838d20ff4b61901b0fd90e697f0309ab0 [file] [log] [blame]
Dan Willemsen38f2dba2016-07-08 14:54:35 -07001// +build ignore
2
Dan Willemsen09eb3b12015-09-16 14:34:17 -07003// Copyright 2015 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
Dan Willemsen38f2dba2016-07-08 14:54:35 -07007// For linkmain_run.go.
Dan Willemsen09eb3b12015-09-16 14:34:17 -07008
Dan Willemsen38f2dba2016-07-08 14:54:35 -07009package notmain
Dan Willemsen09eb3b12015-09-16 14:34:17 -070010
Dan Willemsen38f2dba2016-07-08 14:54:35 -070011func main() {
12}