Rust: Enable CFG consistency checks

This commit is contained in:
Tom Hvitved
2024-09-24 13:40:08 +02:00
parent f428fdc57c
commit d299380a5a
5 changed files with 24 additions and 13 deletions

View File

@@ -1386,5 +1386,10 @@ module Make<LocationSig Location, InputSig<Location> Input> {
ord = sk.getListOrder() and
strictcount(sk.getListOrder()) > 1
}
query predicate multipleToString(Node n, string s) {
s = strictconcat(n.toString(), ",") and
strictcount(n.toString()) > 1
}
}
}