#include "fluent++.hpp" int main(int argc, char** argv) { make_waterfall() .then([] { }); return 0; }