check prequeueing in sock
[gnucap-felix.git] / tests / d_subckt.error4.ckt
blob7145445b34093ef4c6adcaec5747a379b7f7a840
1 * comment
2 .verilog
4 module test(n,p);
5 endmodule
7 test bla(.n(1), .p(0), .q(2));
9 list