hanchenye-llvm-project/clang-tools-extra/test/clang-modernize/LoopConvert/Inputs/macro_problem.h

8 lines
82 B
C++

#define myns nsblah
namespace nsblah {
struct MyType {
};
} // namespace nsblah