struct foo_t { int x; float y; char z; }; static const foo_t glob[] = { {1, 2, 3}, {3, 4, 5}, {5, 6, 7} };