Files

10 lines
77 B
Go

package fuzz
import (
"testing"
)
func FuzzOss(f *testing.F) {
fuzz(f)
}