4.4BSD/usr/src/old/awk/test/t.cum

{i = i + $1; print i}
END {
print i
}