#ifndef E_SYSTEM_H
#define E_SYSTEM_H

#define BAZ1_SYSTEM(x) 2 * x
#define BAZ2_SYSTEM(x) 2 * x

#endif