aboutsummaryrefslogtreecommitdiffstats
path: root/tests/errors/syntax_err03.v
blob: 6eec44ade3d8b4d4a987e2deeb146fcb08bf147c (plain)
1
2
3
4
5
6
7
module a;
task to (
  input [3]x
);
endtask
endmodule