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