#include #ifndef M #define M 3 #endif int main() { M; return 0; }