diff options
Diffstat (limited to '')
-rw-r--r-- | test/eof.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/eof.go b/test/eof.go new file mode 100644 index 0000000..d051f33 --- /dev/null +++ b/test/eof.go @@ -0,0 +1,12 @@ +// compile + +// 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. + +// Test a source file does not need a final newline. +// Compiles but does not run. + +// No newline at the end of this file. + +package main
\ No newline at end of file |