mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-03 10:49:58 +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) }
|