//! Module file, to expose all example circuits to benchmarks to check
//! circuit cost model.
// We are doing a bit of a hack to be able to reuse the circuits that are
// defined in the examples folder. To keep clippy happy, we need to define a
// main function at this level.