Clang Project

clang_source_code/test/Modules/Inputs/stress1/merge_no_reexport.h
1#ifndef STRESS1_MERGE_NO_REEXPORT_H
2#define STRESS1_MERGE_NO_REEXPORT_H
3
4#include "m00.h"
5#include "m01.h"
6#include "m02.h"
7#include "m03.h"
8
9#endif
10