aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Frontend/Inputs/test.h
blob: 67fdacb4cc4fc9f37fe88ac7e84ca13c7c090095 (plain)
1
2
3
4
5
6
7
#ifndef TEST_H
#define TEST_H

#include "test2.h"
#include "test2.h"

#endif