xref: /llvm-project/clang-tools-extra/test/modularize/Inputs/IncludeInNamespace.h (revision 740839260b15c75ef1503683cac19c40e9bd1b66)
1*74083926SJohn Thompson namespace MyNamespace {
2*74083926SJohn Thompson   #include "Empty.h"
3*74083926SJohn Thompson }
4