Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
98dd329c028fec285730d65e09a31eaf63609ccb
/
.
/
src
/
Testcases
/
Google
/
chapter-22
/
22.5.1--define-expansion_6.sv
blob: faee9d43c4e7284d5da5b667871aa589cd3b62c3 [
file
] [
log
] [
blame
]
/*
:name: 22.5.1--define_expansion_6
:description: Test
:should_fail: 1
:tags: 22.5.1
:type: preprocessing
*/
`define D(x,y) initial $display("start", x , y, "end");
module top ();
`
D
(
"msg1"
)
endmodule