const int x[20] = { 1 }; struct Item { int i; int j; }; int main() { Item m; }