blob: 2105b89080bad9e03ae1d6c4e3d97f2873276ef7 [file] [log] [blame]
Russ Cox0b477ef2012-02-16 23:48:57 -05001// compile
Russ Cox132e5432010-11-04 16:04:04 -04002
3// Copyright 2010 The Go Authors. All rights reserved.
4// Use of this source code is governed by a BSD-style
5// license that can be found in the LICENSE file.
6
Rob Pike83976e32012-02-19 14:28:53 +11007// Test that a comment ending a source file does not need a final newline.
8// Compiles but does not run.
9
Brad Fitzpatrick040fe322012-02-03 11:43:24 -080010package eof1
Russ Cox132e5432010-11-04 16:04:04 -040011
12// No newline at the end of this comment.