6 lines
61 B
Coq
6 lines
61 B
Coq
|
|
module test();
|
||
|
|
|
||
|
|
initial
|
||
|
|
$display("Error: %m");
|
||
|
|
endmodule
|