1 #define TEST_VARIANTS 10 2 3 static struct variants[] = { 4 {.bar = 10}, 5 {.bar = 11}, 6 {.bar = 12} 7 }; 8