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