github.com/hikaru7719/go@v0.0.0-20181025140707-c8b2ac68906a/test/fixedbugs/bug248.go (about) 1 // +build !nacl,!js,!plan9 2 // errorcheckandrundir -1 3 4 // Copyright 2009 The Go Authors. All rights reserved. 5 // Use of this source code is governed by a BSD-style 6 // license that can be found in the LICENSE file. 7 8 package ignored 9 10 // Compile: bug0.go, bug1.go 11 // Compile and errorCheck: bug2.go 12 // Link and run: bug3.go