1
0
mirror of https://github.com/verilator/verilator.git synced 2025-04-09 06:02:40 +00:00
verilator/test_regress/t/t_pkg_identifier_bad.out
2024-03-02 10:15:19 -05:00

6 lines
316 B
Plaintext

%Error-PKGNODECL: t/t_pkg_identifier_bad.v:15:20: Package/class 'bar' not found, and needs to be predeclared (IEEE 1800-2023 26.3)
15 | int baz = foo::bar::baz;
| ^~~
... For error description see https://verilator.org/warn/PKGNODECL?v=latest
%Error: Exiting due to