A conditional statement or loop with empty body is likely a missing implementation.
module fly; initial begin if (1); begin // Noncompliant end end endmodule