forked from github/verilator
5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
%Error: t/t_func_task_bad.v:9:11: Illegal call of a task as a function: 'task_as_func'
|
|
if (task_as_func(1'b0)) $stop;
|
|
^~~~~~~~~~~~
|
|
%Error: Exiting due to
|