source: translator/Tests/ResolvExpr/Expected/Attributes.tst @ 51b7345

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 51b7345 was 51b7345, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

initial commit

  • Property mode set to 100644
File size: 1.5 KB
Line 
1@voon: a signed int
2@voon: a double
3@bort: a function
4    with parameters
5      signed int
6    returning
7      signed int
8
9@bort: a function
10    with parameters
11      double
12    returning
13      signed int
14
15g: a function
16    with parameters
17      signed int
18    returning
19      nothing
20
21f: a function
22      accepting unspecified arguments
23    returning
24      nothing
25    with body
26      Declaration of x: a float
27      Declaration of x: a double
28     
29        Expression Statement:
30          Attr             Variable Expression: @bort: a function
31                with parameters
32                  double
33                returning
34                  signed int
35
36applied to: lvalue double
37          with environment:
38            Types:
39            Non-types:
40
41     
42        Expression Statement:
43          Attr             Variable Expression: @bort: a function
44                with parameters
45                  signed int
46                returning
47                  signed int
48
49applied to: signed int
50          with environment:
51            Types:
52            Non-types:
53
54     
55        Expression Statement:
56          Application of
57            Variable Expression: g: a function
58                with parameters
59                  signed int
60                returning
61                  nothing
62
63          to arguments
64                          Variable Expression: @voon: a signed int
65
66          with environment:
67            Types:
68            Non-types:
69
70
Note: See TracBrowser for help on using the repository browser.