llvm-project/clang-tools-extra/test/modularize/Inputs/IncludeInNamespace.h

4 lines
47 B
C++

namespace MyNamespace {
#include "Empty.h"
}