verilog: strip leading and trailing spaces in macro args
[yosys.git] / tests / techmap / recursive_map.v
1 module sub;
2 sub _TECHMAP_REPLACE_ ();
3 bar f0();
4 endmodule