llvm-project/clang/test/Frontend/Inputs/test.h

8 lines
77 B
C

#ifndef TEST_H
#define TEST_H
#include "test2.h"
#include "test2.h"
#endif