blob: 6201249ca57c3829b7dd170ebef57efe32d0b3d2 (
plain)
1
2
3
4
5
6
7
8
9
|
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build goexperiment.cgocheck2
// +build goexperiment.cgocheck2
package goexperiment
const CgoCheck2 = true
const CgoCheck2Int = 1
|