]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/named.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / named.go
index d2039bab4d4deed5b6f30ebee027bf62ea7a52b2..9763c76bfdf278ec98d60f2d1802ec1aee14105b 100644 (file)
@@ -1,6 +1,6 @@
-// $G $D/$F.go && $L $F.$A && ./$A.out
+// run
 
-// Copyright 2009 The Go Authors.  All rights reserved.
+// 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.
 
@@ -12,7 +12,7 @@ package main
 type Array [10]byte
 type Bool bool
 type Chan chan int
-type Float float
+type Float float32
 type Int int
 type Map map[int]byte
 type Slice []byte