]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/inline.go
cmd/compile/internal/inl: inline based on scoring when GOEXPERIMENT=newinliner
[gostls13.git] / test / inline.go
index a2c13103d350fa8b35c8f37c07dd3e9c22dee0fe..9bc0cf5e4bf40cdb70d5a0217ef45e3fefea8592 100644 (file)
@@ -1,5 +1,8 @@
 // errorcheckwithauto -0 -m -d=inlfuncswithclosures=1
 
+//go:build !goexperiment.newinliner
+// +build !goexperiment.newinliner
+
 // Copyright 2015 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.