index
:
golang-1.20
debian
progress-linux
upstream
debian 12 backports: golang
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
debug
/
dwarf
/
testdata
/
line1.h
blob: 974d4c881778482a760d68b2f197c7a91b565126 (
plain
)
1
2
3
4
5
6
7
static
void
f1
()
{
char
buf
[
10
];
int
i
;
for
(
i
=
0
;
i
<
10
;
i
++
)
buf
[
i
]
=
1
;
}