/** * Tests for the pattern lowering pass. * * Inputs are built by parsing real Agency source where possible (more readable * and exercises the actual AST shapes the parser emits). For lowering details * not naturally expressible in source, we hand-build small AST fragments. */ export {};