6 definition: "struct s {\n struct {\n struct {\n int a[10];\n
7 \ } f[10];\n int b;\n };\n}"
11 element_type: struct s
15 extent: '{ s_b[s[] -> b[]] }'
19 extent: '{ s_f[s[] -> f[i0]] : i0 >= 0 and i0 <= 9 }'
20 element_type: <subfield>
24 extent: '{ s_f_a[s_f[s[] -> f[i0]] -> a[i1]] : i0 >= 0 and i0 <= 9 and i1 >= 0 and
30 domain: '{ S_0[i, j] : i >= 0 and i <= 9 and j >= 0 and j <= 9 }'
31 schedule: '{ S_0[i, j] -> [0, i, j] }'
37 relation: '{ S_0[i, j] -> s_f_a[s_f[s[] -> f[i]] -> a[j]] }'
38 index: '{ S_0[i, j] -> s_f_a[s_f[s[] -> f[(i)]] -> a[(j)]] }'
39 reference: __pet_ref_0
46 relation: '{ S_0[i, j] -> [i] }'
47 index: '{ S_0[i, j] -> [(i)] }'
48 reference: __pet_ref_1
52 relation: '{ S_0[i, j] -> [j] }'
53 index: '{ S_0[i, j] -> [(j)] }'
54 reference: __pet_ref_2
59 schedule: '{ S_1[] -> [1] }'
65 relation: '{ S_1[] -> s_b[s[] -> b[]] }'
66 index: '{ S_1[] -> s_b[s[] -> b[]] }'
67 reference: __pet_ref_3