blob: 7a26088e8099af9be1d08a27f5bfcbb9fb7c60f2 (
plain)
1
2
3
4
5
6
7
8
9
|
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build !goexperiment.preemptibleloops
// +build !goexperiment.preemptibleloops
package goexperiment
const PreemptibleLoops = false
const PreemptibleLoopsInt = 0
|