const_const.sv 126 Bytes
Newer Older
1 2 3 4
// pattern: const_const\.sv:3:11: Parse error: duplicate const modifier
module top;
    const const logic x = 1'b1;
endmodule