mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-12 16:57:38 +01:00
10 lines
106 B
Go
10 lines
106 B
Go
package cgotest
|
|
|
|
import (
|
|
"testing"
|
|
|
|
"./issue9026"
|
|
)
|
|
|
|
func test9026(t *testing.T) { issue9026.Test(t) }
|