936615752a
Copy all the misc/cgo files from the gc toolchain into libgo/misc. These will be used for testing purposes by later changes to the gotools directory. Reviewed-on: https://go-review.googlesource.com/46721 From-SVN: r249674
10 lines
106 B
Go
10 lines
106 B
Go
package cgotest
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"./issue9026"
|
|
)
|
|
|
|
func test9026(t *testing.T) { issue9026.Test(t) }
|