reactos/modules/rostests/winetests/dbghelp/testlist.c
2020-09-16 10:36:03 +02:00

13 lines
218 B
C

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