mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
10 lines
106 B
Go
10 lines
106 B
Go
package cgotest
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"./issue9026"
|
|
)
|
|
|
|
func test9026(t *testing.T) { issue9026.Test(t) }
|