unplugged-system/external/ltp/metadata/tests/include.h

8 lines
99 B
C
Raw Normal View History

#define TEST_VARIANTS 10
static struct variants[] = {
{.bar = 10},
{.bar = 11},
{.bar = 12}
};