1 extern int var;
2 
3 struct Struct {
4   Struct *member2;
5 };
6 
7 struct Opaque;
8 
9 void func(const struct Opaque *, const struct Struct *);
10