verilator/test_regress/t/t_pp_defparen_bad.v

10 lines
213 B
Systemverilog
Raw Normal View History

2020-01-11 14:16:26 +00:00
// DESCRIPTION: Verilator: Verilog Test module
//
// This file ONLY is placed into the Public Domain, for any use,
// without warranty, 2020 by Wilson Snyder.
`define test(a1,a2) ((a1) + (a2))
`test val
( 1,2)