blob: 06c779046b668fc75ca21bbbdb7519e22b1aa4e7 [file] [log] [blame]
Russ Cox0b477ef2012-02-16 23:48:57 -05001// compile
Russ Coxec13ed12010-09-28 10:35:02 -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 a source file does not need a final newline.
8// Compiles but does not run.
9
Russ Coxec13ed12010-09-28 10:35:02 -040010// No newline at the end of this file.
11
12package main