========================================
comments and pod
========================================

=head1 NAME

Example module.

=cut

// line comment
/* block comment */
from std/io import Path;

---

(source_file
  (pod_block)
  (comment)
  (comment)
  (import_statement
    (module_path)
    (import_list
      (import_specifier
        (type_identifier)))))

========================================
pod to end of file
========================================

=encoding utf8

=head1 NAME

runtime-supported module

---

(source_file
  (pod_block))
