]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/eof1.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / eof1.go
index c39a3cfdb15987a11707c7fa912e896f9b6ca7f9..90792ca76e10073aaef100015347b365a22fb4ce 100644 (file)
@@ -1,9 +1,12 @@
-// $G $D/$F.go
+// compile
 
-// Copyright 2010 The Go Authors.  All rights reserved.
+// Copyright 2010 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 a comment ending a source file does not need a final newline.
+// Compiles but does not run.
+
+package eof1
 
 // No newline at the end of this comment.
\ No newline at end of file