blob: 31a139bbf19a7eb855919be770091b8ae0f5bee0 (
plain)
1
2
3
4
5
6
7
8
9
|
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build !goexperiment.regabiargs
// +build !goexperiment.regabiargs
package goexperiment
const RegabiArgs = false
const RegabiArgsInt = 0
|