2009-02-27 16:23:50 +00:00
|
|
|
/* Automatically generated file; DO NOT EDIT!! */
|
|
|
|
|
|
|
|
#define STANDALONE
|
2013-09-20 09:45:41 +00:00
|
|
|
#include <wine/test.h>
|
2009-02-27 16:23:50 +00:00
|
|
|
|
|
|
|
extern void func_main(void);
|
|
|
|
|
|
|
|
const struct test winetest_testlist[] =
|
|
|
|
{
|
|
|
|
{ "main", func_main },
|
|
|
|
{ 0, 0 }
|
|
|
|
};
|