- File:
-
- 1 edited
-
tests/.expect/castError.oast.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/.expect/castError.oast.txt
r3233b91 r63ec5fa 7 7 char Alternatives are: 8 8 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 9 Variable Expression: f: double 9 Variable Expression: f: function 10 accepting unspecified arguments 11 ... returning nothing 12 10 13 with resolved type: 11 double 14 pointer to function 15 accepting unspecified arguments 16 ... returning nothing 17 12 18 ... to: 13 19 char … … 20 26 21 27 Cost ( 1, 0, 0, 0, 0, 0, 0 ): Explicit Cast of: 22 Variable Expression: f: function 23 accepting unspecified arguments 24 ... returning nothing 25 28 Variable Expression: f: double 26 29 with resolved type: 27 pointer to function 28 accepting unspecified arguments 29 ... returning nothing 30 30 double 31 31 ... to: 32 32 char … … 67 67 with resolved type: 68 68 signed int 69 Variable Expression: v: signed short int69 Variable Expression: v: unsigned char 70 70 with resolved type: 71 signed short int71 unsigned char 72 72 with resolved type: 73 signed short int73 unsigned char 74 74 ... to: nothing 75 75 with resolved type: … … 85 85 with resolved type: 86 86 signed int 87 Variable Expression: v: unsigned char87 Variable Expression: v: signed short int 88 88 with resolved type: 89 unsigned char89 signed short int 90 90 with resolved type: 91 unsigned char91 signed short int 92 92 ... to: nothing 93 93 with resolved type:
Note:
See TracChangeset
for help on using the changeset viewer.