]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/fixedbugs/issue42284.go
cmd/compile/internal/inl: inline based on scoring when GOEXPERIMENT=newinliner
[gostls13.git] / test / fixedbugs / issue42284.go
index e5d6173f5c912771240142692647a66bea8003d9..95da611f13f0b9f2200703fdf2a6a640fb552a67 100644 (file)
@@ -1,5 +1,8 @@
 // errorcheckdir -0 -m
 
+//go:build !goexperiment.newinliner
+// +build !goexperiment.newinliner
+
 // Copyright 2020 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.