1 2 3 4 5 6
fn main() { // TODO: some actual benchmarking, not just a random loop for _ in 0..20 { example_stack::do_something(); } }