iverilog/ivtest/ivltests/pr1960575.v

5 lines
85 B
Verilog

module test;
initial
$write("expected x; got %0b\n", 1'b0 ^ 1'bz);
endmodule