package macho_test import ( "io" "testing" "git.akyoto.dev/cli/q/src/exe/macho" ) func TestWrite(t *testing.T) { macho.Write(io.Discard, nil, nil) }