Files
clang-p2996/clang-tools-extra/test/modularize/Inputs/IncludeInNamespace.h
2013-09-18 18:19:43 +00:00

4 lines
47 B
C++

namespace MyNamespace {
#include "Empty.h"
}