mirror of https://github.com/zachjs/sv2v.git
4 lines
94 B
Systemverilog
4 lines
94 B
Systemverilog
|
|
// pattern: expected beginning of macro arguments, but found 'a'
|
||
|
|
`define MACRO(a)
|
||
|
|
`MACRO asdf
|