2009-02-27 17:32:07 +00:00
|
|
|
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
|
|
|
|
#define STANDALONE
|
2013-09-28 15:31:01 +00:00
|
|
|
#include <wine/test.h>
|
2009-02-27 17:32:07 +00:00
|
|
|
|
|
|
|
extern void func_parse(void);
|
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
|
|
|
{ "parse", func_parse },
|
|
|
|
{ 0, 0 }
|
|
|
|
};
|