7 lines
138 B
Coq
7 lines
138 B
Coq
|
|
`define world World
|
||
|
|
`define test Hello `world
|
||
|
|
|
||
|
|
module test;
|
||
|
|
initial $display("The `test definition is: `define %s", ``test);
|
||
|
|
endmodule
|