Clang Project

clang_source_code/test/Modules/Inputs/preprocess/file.h
1#include "other.h"
2
3#ifndef FILE_H
4#define FILE_H
5struct __FILE;
6#include "fwd.h"
7typedef struct __FILE FILE;
8typedef foo bar;
9#endif
10