]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/gc.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / gc.go
index 3aab8fac95302354bd62be9e33f7ac310eb4ece9..6688f9fbddb9148c60ff0719e45cfc367cff35dc 100644 (file)
@@ -1,9 +1,11 @@
-// $G $F.go && $L $F.$A && ./$A.out
+// run
 
 // Copyright 2009 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.
 
+// Simple test of the garbage collector.
+
 package main
 
 import "runtime"