verilator/test_regress/t/t_std_identifier_bad.out

8 lines
338 B
Plaintext
Raw Normal View History

%Error: t/t_std_identifier.v:16:20: Package/class for ':: reference' not found: 'std'
16 | int baz = foo::std::bar;
| ^~~
%Error: t/t_std_identifier.v:16:25: Can't find definition of scope/variable/func: 'bar'
16 | int baz = foo::std::bar;
| ^~~
%Error: Exiting due to