branches2.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-27 00:52:50 -06:00
parent cdf57f13ab
commit ed92f3c67d

View File

@ -19,7 +19,8 @@ Branches2::Branches2(toml::value const &v_)
{
auto const &branch_table = branch.as_table();
if(branch_table["type"] == "literal")
printf("literal\n");
}
}
}