%Warning-MULTITOP: t/t_multitop_sig.v:15:8: Multiple top level modules
                                          : ... Suggest see manual; fix the duplicates, or use --top-module to select top.
                   ... For warning description see https://verilator.org/warn/MULTITOP?v=latest
                   ... Use "/* verilator lint_off MULTITOP */" and lint_on around source to disable this message.
                                          : ... Top module 'a'
    7 | module a(in, out);
      |        ^
                                          : ... Top module 'b'
   15 | module b(in, out);
      |        ^
                                          : ... Top module 'c'
   23 | module c(uniq_in, uniq_out);
      |        ^
%Error: Exiting due to