summaryrefslogtreecommitdiff
path: root/tests/errors/syntax_err02.v
blob: c72e976a81f82667b3d9734946ef6cabb9eaa3bf (plain)
1
2
3
4
5
6
7
module a;
task to (
  input integer [3:0]x
);
endtask
endmodule