#ifndef COMPILER_CONSTANTPROPAGATION_H
#define COMPILER_CONSTANTPROPAGATION_H
#include "compiler/common.h"
extern int propagatedconstants;
extern void propagateconstants(void);
#endif