This isn\'t a typical question to solve a specific problem, it\'s rather a brain exercise, but I wonder if anyone has a solution.
In development we often need to disable
Preprocessor if-else also works
#if 1 // ... enabled if 1 #else // ... enabled if 0 #endif