blob: 61a1aa0b4ee7e1a0e32dd98cc9893e099e896abe [file] [log] [blame]
/*
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()
}