]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/alias.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / alias.go
index d345d7af78e5a7867647df36f65450386cdd1129..aabaef8f20e27e3216348e38ac7074bb7f07227f 100644 (file)
@@ -1,13 +1,14 @@
 // errorcheck
 
-// 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.
 
-package main
-
 // Test that error messages say what the source file says
 // (uint8 vs byte, int32 vs. rune).
+// Does not compile.
+
+package main
 
 import (
        "fmt"