#ifndef FWD_MOVE_H
#define FWD_MOVE_H

#include <fwd/ast.h>
#include <fwd/scope.h>

int mvcheck_root(struct ast *root);

#endif /* FWD_MOVE_H */