mirror of https://github.com/YosysHQ/yosys.git
tests: add #2042 testcase
This commit is contained in:
parent
b11cf67a81
commit
e5ce5a4fd5
|
@ -0,0 +1,12 @@
|
|||
logger -expect error "Non-ANSI style task/function arguments not currently supported" 1
|
||||
read_verilog <<EOT
|
||||
module Task_Test_Top
|
||||
(
|
||||
);
|
||||
|
||||
task SomeTaskName(a)
|
||||
endtask
|
||||
|
||||
endmodule
|
||||
EOT
|
||||
|
Loading…
Reference in New Issue