// generated by codegen, do not edit import codeql.rust.elements import TestUtils query predicate instances(ExprStmt x) { toBeTested(x) and not x.isUnknown() } query predicate getExpr(ExprStmt x, Expr getExpr) { toBeTested(x) and not x.isUnknown() and getExpr = x.getExpr() }