aboutsummaryrefslogtreecommitdiffstats
path: root/tests/errors/syntax_err10.v
blob: d3280405c807e85f86b0af1f4c90bf332fdffeb4 (plain)
1
2
3
ef='#n5'>5
6
module a;
wire [5:0]x;
wire [3:0]y;
assign y = (4)55;
endmodule