pub fn simple_chain_sum() -> u64
Compute and return the sum of [1, 2, 3, 4, 5].
[1, 2, 3, 4, 5]
Lives in the lib so the bench/test infrastructure can call it natively on the host as well.