]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/struct0.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / struct0.go
index 2398c4117d3ad85723d9843371e4f712e150b28a..403e977ac91141a3d0aaa7258dcb43d70c207eb8 100644 (file)
@@ -1,12 +1,12 @@
-// $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.
 
-// zero length structs.
-// used to not be evaluated.
-// issue 2232.
+// Test zero length structs.
+// Used to not be evaluated.
+// Issue 2232.
 
 package main