source: tests/.expect/castError.txt @ d438111

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since d438111 was e99e43f, checked in by Aaron Moss <a3moss@…>, 5 years ago

Merge remote-tracking branch 'plg/master' into deferred_resn

  • Property mode set to 100644
File size: 587 bytes
Line 
1castError.cfa:7:1 error: Cannot choose between 3 alternatives for expression
2Cast of:
3  Name: f
4... to:
5  char Alternatives are:
6Cost ( 1, 0, 0, 0, 0, 0 ): Cast of:
7     Variable Expression: f: function
8       accepting unspecified arguments
9     ... returning nothing
10
11   ... to:
12     char
13 (types:
14   char
15 )
16 Environment:
17
18Cost ( 1, 0, 0, 0, 0, 0 ): Cast of:
19     Variable Expression: f: double
20   ... to:
21     char
22 (types:
23   char
24 )
25 Environment:
26
27Cost ( 1, 0, 0, 0, 0, 0 ): Cast of:
28     Variable Expression: f: signed int
29   ... to:
30     char
31 (types:
32   char
33 )
34 Environment:
35
36
Note: See TracBrowser for help on using the repository browser.