blob: 84cf22a337406dd957a26b6c97ebb72266abf30b [file] [log] [blame]
Richard Smitha21c8e12017-06-26 19:39:25 +00001#include "other.h"
2
3#ifndef FILE_H
4#define FILE_H
Richard Smith4eca9b92015-02-04 23:37:59 +00005struct __FILE;
6#include "fwd.h"
7typedef struct __FILE FILE;
Richard Smitha21c8e12017-06-26 19:39:25 +00008typedef foo bar;
9#endif