blob: 4ec054d9702380a12305fc252b4c49b8e9830dbb [file] [log] [blame]
package cgo_multi_dir
import "testing"
func TestMultiDir(t *testing.T) {
if got, want := foo+bar, 46; got != want {
t.Errorf("got %d; want %d", got, want)
}
}