1 #define __ROS_LONG64__
2 
3 #define STANDALONE
4 #include <wine/test.h>
5 
6 extern void func_initializespy(void);
7 
8 const struct test winetest_testlist[] =
9 {
10     { "initializespy", func_initializespy },
11 
12     { 0, 0 }
13 };
14