Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
1c596881d1a7fc4baa7972b1f16b2e3d461aa200
/
.
/
src
/
Testcases
/
Google
/
chapter-22
/
22.5.1--define-expansion_8.sv
blob: c3da7ff2355c619e3327f1935671c598997379f3 [
file
]
/*
:name: 22.5.1--define_expansion_8
:description: Test
:should_fail: 1
:tags: 22.5.1
:type: preprocessing
*/
`define D(x,y) initial $display("start", x , y, "end");
`
D
(,,)