Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
6974ffc5ed0bd5daee67697a11331c4ec2ca9f1e
/
.
/
SVIncCompil
/
Testcases
/
Icarus
/
ivltests
/
pr622.v
blob: b8d78b8e229b11fcef84f73745eeb5cf499d1eb5 [
file
]
`define FOO bar
module foo;
initial begin
$display("macro FOO = %s", "`
FOO
");
end
endmodule