6 definition: "struct s {\n struct {\n int a[10];\n } f[10];\n}"
10 element_type: struct s
14 extent: '{ s_f[s[] -> f[i0]] : i0 >= 0 and i0 <= 9 }'
15 element_type: <subfield>
19 extent: '{ s_f_a[s_f[s[] -> f[i0]] -> a[i1]] : i0 >= 0 and i0 <= 9 and i1 >= 0 and
25 domain: '{ S_0[i, j] : i >= 0 and i <= 9 and j >= 0 and j <= 9 }'
26 schedule: '{ S_0[i, j] -> [0, i, j] }'
32 relation: '{ S_0[i, j] -> s_f_a[s_f[s[] -> f[i]] -> a[j]] }'
33 index: '{ S_0[i, j] -> s_f_a[s_f[s[] -> f[(i)]] -> a[(j)]] }'
34 reference: __pet_ref_0
41 relation: '{ S_0[i, j] -> [i] }'
42 index: '{ S_0[i, j] -> [(i)] }'
43 reference: __pet_ref_1
47 relation: '{ S_0[i, j] -> [j] }'
48 index: '{ S_0[i, j] -> [(j)] }'
49 reference: __pet_ref_2