
module TopModule (
  input a,
  input b,
  input cin,
  output cout,
  output sum
);
