//! This example exists mostly to showcase that you really can recurse as deep
//! as you want (or at least until your heap memory complains).
use ;
/// [`vuot::StacklessFn`] is implemented for functions returning futures, and
/// `async fn`s happen to generate a generic enough implementation for this to
/// work.
async
async