#ifndef __FILTER_H__
#define __FILTER_H__ 1

#include "icode2ast.h"

extern IMPAST *filter_icode(IMPAST *Program);

#endif // __FILTER_H__
