verilator/docs/gen/ex_PKGNODECL_faulty.rst
2024-07-20 17:50:14 -04:00

12 lines
243 B
ReStructuredText

.. 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