The following code is formatted as follows: ```cpp const std::vector<std::string> kStrings { #if SOME_DEFINE "z", #endif // SOME_DEFINE "a", "b", "c", }; ```