DEBSOURCES
Skip Quicknav
sources / llvm-toolchain-6.0 / 1%3A6.0.1-10 / clang / test / Modules / Inputs / preprocess / file.h
123456789
#include "other.h" #ifndef FILE_H #define FILE_H struct __FILE; #include "fwd.h" typedef struct __FILE FILE; typedef foo bar; #endif