Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/libgo/go/cmd/gofmt/testdata/stdin7.input

22 lines
296 B
Text
Raw Normal View History

2023-03-06 14:48:14 +01:00
//gofmt -stdin
if err != nil {
source := strings.NewReader(`line 1.
line 2.
`)
return source
}
f:=func( hat, tail string){
fmt. Println ( hat+ `
foo
`+ tail ,
"more" ,
"and more" )
}