aboutsummaryrefslogtreecommitdiff
path: root/tests/core/cgo/split_import_i_test.go
blob: 77429effa187c61e229f111f4a9aa52bc6e15b96 (plain)
1
2
3
4
5
6
7
8
9
package a

import "testing"

func TestInternal(t *testing.T) {
	if Answer() != 42 {
		t.Error("wrong answer")
	}
}