Files

5 lines
110 B
Systemverilog
Raw Permalink Normal View History

2021-07-05 18:00:12 -04:00
// pattern: decl_bare\.sv:3:5: Parse error: declaration missing type information
module top;
a;
endmodule