]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/escape3.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / escape3.go
index fc2d6ebbe4bbb84c613b2c2e82cbb26d330ebbb0..f1131a268845582d37dab792a10c7fbf90b37d83 100644 (file)
@@ -1,10 +1,10 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
-// Copyright 2011 The Go Authors.  All rights reserved.
+// Copyright 2011 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.
 
-// Test run-time behavior of escape analysis-related optimizations.
+// Test the run-time behavior of escape analysis-related optimizations.
 
 package main