blob: 90792ca76e10073aaef100015347b365a22fb4ce [file] [log] [blame]
Russ Cox0b477ef2012-02-16 23:48:57 -05001// compile
Russ Cox132e5432010-11-04 16:04:04 -04002
Emmanuel Odeke53fd5222016-04-10 14:32:26 -07003// Copyright 2010 The Go Authors. All rights reserved.
Russ Cox132e5432010-11-04 16:04:04 -04004// 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.