Sign in
go
/
gofrontend
/
66926cabdbdbf3431b4f172f7756e195c1c6c513
/
.
/
libgo
/
go
/
cmd
/
gofmt
/
testdata
/
stdin3.golden
blob: d6da0e417a06ce11d31cab2bea97606987ee3288 [
file
] [
log
] [
blame
]
//gofmt -stdin
/* note: no newline at end of file */
for
i
:=
0
;
i
<
10
;
i
++
{
s
+=
i
}