DEBSOURCES
Skip Quicknav
sources / flang / 20181226-2 / flang-driver / 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