verilator/test_regress/t/t_semaphore_bad.out
Krzysztof Bieganski 68e1b473e2
Support std::semaphore and typed std::mailbox (#3708)
Signed-off-by: Krzysztof Bieganski <kbieganski@antmicro.com>
2022-11-28 16:53:55 +01:00

6 lines
245 B
Plaintext

%Error: t/t_semaphore_bad.v:12:13: Class method 'bad_method' not found in class 'semaphore'
: ... In instance t
12 | if (s.bad_method() != 0) $stop;
| ^~~~~~~~~~
%Error: Exiting due to