//! Test binary for `calloop_subproc` package. It will print the following lines
//! to stdout with a 100ms delay in between:
//!
//! 1 (one)
//! 2 (two)
//! 3 (three)
//!
//! Then it will block until killed.
const DELAY: Duration = from_millis;