#include int main() { const fesa::model::Material material{fesa::core::MaterialId{1}, "steel"}; return material.name() == "steel" ? 0 : 1; }