decl_trailing_comma.sv 126 Bytes
Newer Older
1 2 3 4
// pattern: decl_trailing_comma\.sv:3:16: Parse error: unexpected token in declaration
module top;
    integer a, ;
endmodule