llvm-project/clang/test/Modules/Inputs/stress1/merge_no_reexport.h

10 lines
149 B
C

#ifndef STRESS1_MERGE_NO_REEXPORT_H
#define STRESS1_MERGE_NO_REEXPORT_H
#include "m00.h"
#include "m01.h"
#include "m02.h"
#include "m03.h"
#endif