Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
1e2007e6437da2696d0239d487720eb51e94e15f
/
.
/
runtime
/
syntax
/
testdir
/
input
/
awk.awk
blob: 337a1ceeea55bb64d6516b731c63c6009868a11c [
file
] [
log
] [
blame
]
{
# Comment 1
for
(
i
=
0
;
# Comment 2
i
<
1
;
# Comment 3
i
++)
# Comment 4
{
# Comment 5
print
# Comment 6
}
# Comment 7
}
# Comment 8