github.com/xushiwei/go@v0.0.0-20130601165731-2b9d83f45bc9/test/fixedbugs/bug248.go (about)

     1  // $G $D/$F.dir/bug0.go &&
     2  // $G $D/$F.dir/bug1.go &&
     3  // $G $D/$F.dir/bug2.go &&
     4  // errchk $G -e $D/$F.dir/bug3.go &&
     5  // $L bug2.$A &&
     6  // ./$A.out || echo BUG: failed to compile
     7  
     8  // NOTE: This test is not run by 'run.go' and so not run by all.bash.
     9  // To run this test you must use the ./run shell script.
    10  
    11  // Copyright 2009 The Go Authors. All rights reserved.
    12  // Use of this source code is governed by a BSD-style
    13  // license that can be found in the LICENSE file.
    14  
    15  ignored