diff --git a/src/branch_tier.cpp b/src/branch_tier.cpp index 9f83f7ec..1b372aca 100644 --- a/src/branch_tier.cpp +++ b/src/branch_tier.cpp @@ -43,6 +43,7 @@ namespace l load_branch_scan(toml::table const &v_, std::vector &branches_) { + printf("foo\n"); assert("not currently supported" == NULL); } }