Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
14189593b2851f86e27e0604e4a37a0d9629aa5c
/
.
/
src
/
Testcases
/
Google
/
chapter-22
/
22.5.1--define-expansion_4.sv
blob: 22c977ad7f2ddd59ce741f5f487b536fad8360e9 [
file
] [
log
] [
blame
]
/*
:name: 22.5.1--define_expansion_4
:description: Test
:should_fail: 0
:tags: 22.5.1
:type: preprocessing
*/
`define D(x,y) initial $display("start", x , y, "end");
module top ();
`
D
(,)
endmodule