ex. this is valid ``` #if defined(M) test; #elif 1 std::cout << "test " << std::endl; #endif ```
ex. this is valid