source: src/Tests/ResolvExpr/Expected/Attributes.tst@ cd623a4

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new string with_gc
Last change on this file since cd623a4 was 843054c2, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

licencing: seventh groups of files

  • 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.