rtlil: Fix process memwr roundtrip.
[yosys.git] / tests / verilog / macro_unapplied_newline.ys
1 logger -expect error "Expected to find '\(' to begin macro arguments for 'foo', but instead found '\\x0a'" 1
2 read_verilog -sv <<EOT
3 `define foo(a=1) (a)
4 `foo
5 EOT