// generated by codegen, do not edit import codeql.rust.elements import TestUtils from LetElse x, string hasBlockExpr where toBeTested(x) and not x.isUnknown() and if x.hasBlockExpr() then hasBlockExpr = "yes" else hasBlockExpr = "no" select x, "hasBlockExpr:", hasBlockExpr