module c2 (
   q,
   i0,
   i1
);

   output q;
   input i0;
   input i1;
   AO222 I0 (i0, i1, i0, q, i1,q q);
endmodule

