xref: /aosp_15_r20/external/ltp/metadata/tests/array_size01.c (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1 static int variants[] = {1};
2 
3 static struct tst_test test = {
4 	.test_variants = ARRAY_SIZE(variants),
5 };
6