John Thompson 428ad10623 Add test for header guard work-around.
llvm-svn: 187759
2013-08-06 00:17:40 +00:00

10 lines
202 B
C

#ifndef _HEADERGUARDSUBSUB_H_
#define _HEADERGUARDSUBSUB_H_
#define SOMETHING 1
// Nest include. Header guard should not confuse modularize.
#include "HeaderGuard.h"
#endif // _HEADERGUARDSUBSUB_H_