1 /* Automatically generated file; DO NOT EDIT!! */
2 
3 #define STANDALONE
4 #include <wine/test.h>
5 
6 extern void func_atl_ax(void);
7 extern void func_module(void);
8 extern void func_registrar(void);
9 
10 const struct test winetest_testlist[] =
11 {
12     { "atl_ax", func_atl_ax },
13     { "module", func_module },
14     { "registrar", func_registrar },
15     { 0, 0 }
16 };
17