sv2v/test/error/macro_overapplied.sv

4 lines
79 B
Systemverilog

// pattern: too many macro arguments given
`define MACRO(a, b)
`MACRO(x, y, z)