highz0_highz1.sv 89 Bytes
Newer Older
1
// pattern: unexpected token 'highz1'
Zachary Snow committed
2 3 4
module top;
    wire (highz0, highz1) x;
endmodule