verilator/test_regress/t/t_func_no_parentheses_bad.out
Ryszard Rozak 4a8cfe367d
Support function calls without parenthesis (#3903) (#3902)
Signed-off-by: Ryszard Rozak <rrozak@antmicro.com>
2023-01-24 15:36:30 +01:00

5 lines
176 B
Plaintext

%Error: t/t_func_no_parentheses_bad.v:21:11: Found definition of 'func' as a FUNC but expected a variable
21 | a = func;
| ^~~~
%Error: Exiting due to