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