scan.cc: fix typos in comments
[pet.git] / tests / cast.scop
blob9536bb38599fb1292ec589c5cf399cd8413e6a81
1 context: '{  :  }'
2 arrays:
3 - context: '{  :  }'
4   extent: '{ a[] }'
5   element_type: int
6   element_size: 4
7 - context: '{  :  }'
8   extent: '{ c[] }'
9   element_type: char
10   element_size: 1
11 statements:
12 - line: 7
13   domain: '{ S_0[] }'
14   schedule: '{ S_0[] -> [0] }'
15   body:
16     type: binary
17     operation: =
18     arguments:
19     - type: access
20       relation: '{ S_0[] -> a[] }'
21       read: 0
22       write: 1
23     - type: cast
24       type_name: int
25       arguments:
26       - type: access
27         relation: '{ S_0[] -> c[] }'
28         read: 1
29         write: 0