Source file test/fixedbugs/bug248.go

     1  // errorcheckandrundir -1
     2  
     3  //go:build !nacl && !js && !plan9
     4  
     5  // Copyright 2009 The Go Authors. All rights reserved.
     6  // Use of this source code is governed by a BSD-style
     7  // license that can be found in the LICENSE file.
     8  
     9  package ignored
    10  
    11  // Compile: bug0.go, bug1.go
    12  // Compile and errorCheck: bug2.go
    13  // Link and run: bug3.go
    14  

View as plain text