minor fixes
[ia32rtools.git] / tests / deref.seed.h
1 struct struct1 {
2         void (__stdcall *f0)(int a1);
3         struct struct2 *s1;
4 };
5
6 struct struct2 {
7         int d0;
8         int (__stdcall *f1)(int a1);
9 };
10
11 extern struct struct1 *ptr_struct1;