verilator/docs/gen/ex_PKGNODECL_faulty.rst

12 lines
243 B
ReStructuredText
Raw Normal View History

.. comment: generated by t_lint_pkgnodecl_bad
.. code-block:: sv
:linenos:
:emphasize-lines: 2
module t;
initial Pkg::hello(); //<--- Warning
endmodule
package Pkg;
function void hello(); endfunction
endpackage