Try this.
    
    
    import macros
    template tt() : untyped =
      include anothermodule
    
    macro t(a : typed) : untyped =
      echo treeRepr a
    t(tt())
    
    
    Run

Reply via email to