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