pub fn label_references(
    stmts: Vec<Stmt>,
    context: &Context,
    source_id: String,
    source: String
) -> (Vec<u8>, Vec<Stmt>)