nitc :: CCompilationUnit :: compile_body_core
stream
# Write the core of the body to `stream` fun compile_body_core(stream: Writer) do body_decl.write_to stream body_custom.write_to stream body_impl.write_to stream end