The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
/* this is a
 * multi line
 * comment
*/
/* comment */ digraph /* one comment */ GRAPH_0 /* another */ /* comment */ { // comment
  // comment
  a -> /* comment */ { b c /* comment */ d }
  { b /* comment */ c d } /* comment */ -> u
  " my node /* not a comment */ " -> b
}