Files
clang-p2996/clang-tools-extra/test/cpp11-migrate/LoopConvert/Inputs/macro_problem.h
Edwin Vane a9bf2fd9d1 Adding a failing test case for cpp11-migrate's Loop Convert Transform
Related to PR15589.

llvm-svn: 177891
2013-03-25 19:24:24 +00:00

8 lines
82 B
C++

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