
The module assigns the output port to the same value as the input port
combinationally.

module TopModule (
  input in,
  output out
);

