Files
clang-p2996/clang-tools-extra/test/modularize/SubModule2.h
John Thompson 5ab4f11152 Added module map generation option.
llvm-svn: 192703
2013-10-15 13:52:33 +00:00

4 lines
125 B
C

// SubModule2.h - Master header with same name as directory.
#include "SubModule2/Header3.h"
#include "SubModule2/Header4.h"