abc9: suppress warnings when no compatible + used flop boxes formed
[yosys.git] / tests / various / sv_defines_dup.ys
1 # Check for duplicate arguments
2 logger -expect error "Duplicate macro arguments with name `x'" 1
3 read_verilog <<EOT
4 `define duplicate_arg(x, x)
5 EOT