Sign in
◑
Theme
foss-fpga-tools
/
third_party
/
Surelog
/
4a79a47b7dd03dd4b2776ee40322b0149935d234
/
.
/
src
/
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
()