var_var.sv 109 Bytes
Newer Older
1 2 3 4
// pattern: var_var\.sv:3:9: Parse error: duplicate var modifier
module top;
    var var x = 1'b1;
endmodule