blob: bd7656701d1e99c3e1c65463a5530b7696c2a7be [file] [log] [blame]
//go:build go1.18
// +build go1.18
package main
import (
"testing"
)
func FuzzFunc(f *testing.F) {
}
func Fuzz(f *testing.F) {
}
func TestGo118(t *testing.T) {
}