brintos

brintos / llvm-project-archived public Read only

0
0
Text · 134 B · 84cf22a Raw
10 lines · c
1#include "other.h"2 3#ifndef FILE_H4#define FILE_H5struct __FILE;6#include "fwd.h"7typedef struct __FILE FILE;8typedef foo bar;9#endif10