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