reactos/modules/rostests/winetests/atl100/testlist.c

13 lines
206 B
C

/* Automatically generated file; DO NOT EDIT!! */
#define STANDALONE
#include <wine/test.h>
extern void func_atl(void);
const struct test winetest_testlist[] =
{
{ "atl", func_atl },
{ 0, 0 }
};