4 lines
89 B
Coq
4 lines
89 B
Coq
|
|
module top;
|
||
|
|
initial $display("The following should be a single percent: %");
|
||
|
|
endmodule
|