blob: 2710fc3da4d28d7cbc2d413d4fcedb129d33e894 [file] [log] [blame]
package cgo_sys_hdr
import "testing"
func TestFoo(t *testing.T) {
if x != 42 {
t.Errorf("got %d; want %d", x, 42)
}
}