verilator/test_regress/t/t_class_extern_bad.out
2020-08-22 19:46:21 -04:00

17 lines
708 B
Plaintext

%Error: t/t_class_extern_bad.v:9:16: Duplicate declaration of task: 'nodef'
9 | extern task nodef();
| ^~~~~
t/t_class_extern_bad.v:8:16: ... Location of original declaration
8 | extern task nodef();
| ^~~~~
%Error: t/t_class_extern_bad.v:8:16: definition not found for extern 'nodef'
8 | extern task nodef();
| ^~~~~
%Error: t/t_class_extern_bad.v:9:16: definition not found for extern 'nodef'
9 | extern task nodef();
| ^~~~~
%Error: t/t_class_extern_bad.v:12:6: extern not found that declares 'noproto'
12 | task Base1::noproto();
| ^~~~~
%Error: Exiting due to