mirror of
https://github.com/verilator/verilator.git
synced 2025-01-05 22:27:35 +00:00
14 lines
791 B
Plaintext
14 lines
791 B
Plaintext
%Error: t/t_class_misstatic_bad.v:31:7: Cannot call non-static member function 'nonstatic' without object (IEEE 1800-2023 8.10)
|
|
: ... note: In instance 't'
|
|
31 | nonstatic();
|
|
| ^~~~~~~~~
|
|
%Error: t/t_class_misstatic_bad.v:38:12: Cannot call non-static member function 'nonstatic' without object (IEEE 1800-2023 8.10)
|
|
: ... note: In instance 't'
|
|
38 | Cls::nonstatic();
|
|
| ^~~~~~~~~
|
|
%Error: t/t_class_misstatic_bad.v:44:12: Cannot call non-static member function 'nonstatic' without object (IEEE 1800-2023 8.10)
|
|
: ... note: In instance 't'
|
|
44 | Cls::nonstatic();
|
|
| ^~~~~~~~~
|
|
%Error: Exiting due to
|