Files
yosys/tests/errors/syntax_err06.v

6 lines
55 B
Verilog
Raw Permalink Normal View History

module a;
initial
begin : label1
end: label2
endmodule