1#ifndef E_SYSTEM_H2#define E_SYSTEM_H3 4#define BAZ1_SYSTEM(x) 2 * x5#define BAZ2_SYSTEM(x) 2 * x6 7#endif8