#include int main() { const fesa::model::AnalysisStep step{fesa::core::StepId{1}, "static"}; return step.name() == "static" ? 0 : 1; }