aboutsummaryrefslogtreecommitdiff
path: root/tests/legacy/cgo_sys_hdr/foo_test.go
blob: 2710fc3da4d28d7cbc2d413d4fcedb129d33e894 (plain)
1
2
3
4
5
6
7
8
9
package cgo_sys_hdr

import "testing"

func TestFoo(t *testing.T) {
	if x != 42 {
		t.Errorf("got %d; want %d", x, 42)
	}
}