| 1 | #include "other.h" |
|---|---|
| 2 | |
| 3 | #ifndef FILE_H |
| 4 | #define FILE_H |
| 5 | struct __FILE; |
| 6 | #include "fwd.h" |
| 7 | typedef struct __FILE FILE; |
| 8 | typedef foo bar; |
| 9 | #endif |
| 10 |
| 1 | #include "other.h" |
|---|---|
| 2 | |
| 3 | #ifndef FILE_H |
| 4 | #define FILE_H |
| 5 | struct __FILE; |
| 6 | #include "fwd.h" |
| 7 | typedef struct __FILE FILE; |
| 8 | typedef foo bar; |
| 9 | #endif |
| 10 |