This is the top level module.
Examples:
import subdir / subdir_b / utils doAssert bar(3, 4) == 7 foo(enumValueA, enumValueB)
aVariable: array[1, int]
proc bar[T](a, b: T): T
macro bar(): untyped
template foo(a, b: SomeType)