xref: /aosp_15_r20/external/ltp/metadata/tests/include.h (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1 #define TEST_VARIANTS 10
2 
3 static struct variants[] = {
4 	{.bar = 10},
5 	{.bar = 11},
6 	{.bar = 12}
7 };
8