summaryrefslogtreecommitdiff
path: root/libgo/go/cmd/gofmt/testdata/crlf.input
blob: 61a1aa0b4ee7e1a0e32dd98cc9893e099e896abe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
	Source containing CR/LF line endings.
	The gofmt'ed output must only have LF
	line endings.
*/
package main

func main() {
	// line comment
	println("hello, world!") // another line comment
	println()
}