fee71e7740
Feature/postprocessing * tests * passtest * fixshorttests * mosttests * improvingbasedockerfile * testspeeds * testing * host * canparallel * clean * passfullsuite * singlepagemax * test * findfeatures * findstables * tbls * tablestoo * tablestoo * lateraltests * tableloc * cleanup * inlinetable * childids * cleanup * tests
8 lines
128 B
Go
8 lines
128 B
Go
//go:build ((freebsd || linux || darwin) && arm64) || (windows && (amd64 || arm64))
|
|
|
|
package ffi
|
|
|
|
const (
|
|
DefaultAbi Abi = 1
|
|
)
|