1
2
3
4
5
6

use crate::*;

pub fn preprocess(ast: AST) -> AST {
   ast
}