1use super::ast::function::RInterpretedBody; 2 3pub struct Program { 4 pub(crate) code: RInterpretedBody, 5}