An unknown system task or function is called.
module fly; always_comb begin if (!$unknown_sys_name) begin // Noncompliant end end endmodule