2012-02-16 23:48:57 -05:00
|
|
|
// compile
|
2010-09-28 10:35:02 -04:00
|
|
|
|
2016-04-10 14:32:26 -07:00
|
|
|
// Copyright 2010 The Go Authors. All rights reserved.
|
2010-09-28 10:35:02 -04:00
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file.
|
|
|
|
|
2012-02-19 14:28:53 +11:00
|
|
|
// Test a source file does not need a final newline.
|
|
|
|
// Compiles but does not run.
|
|
|
|
|
2010-09-28 10:35:02 -04:00
|
|
|
// No newline at the end of this file.
|
|
|
|
|
|
|
|
package main
|