source: src/Tests/Expect-a/Typeof.txt@ e01bfbc

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 with_gc
Last change on this file since e01bfbc was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

fix parsing error for EOF message, change cfa-ccp -x flag to -v, regression testing third attempt: consolidate example programs

  • Property mode set to 100644
File size: 1.0 KB
Line 
1main: C function
2 accepting unspecified arguments
3 returning
4 signed int
5 with body
6 CompoundStmt
7 Declaration of v1: pointer to signed int
8 Declaration of v2: type-of expression Name: v1
9
10 Declaration of v3: array of type-of expression Applying untyped:
11 Name: *?
12 ...to:
13 Name: v1
14with dimension of constant expression 4 signed int
15 Declaration of v4: array of pointer to char with dimension of constant expression 4 signed int
16 Declaration of v5: array of pointer to char with dimension of constant expression 4 signed int
17 Declaration of v6: pointer to signed int
18 Declaration of v7: pointer to function
19 with parameters
20 signed int
21 p: signed int
22 returning
23 signed int
24
25 Declaration of v8: pointer to function
26 with parameters
27 signed int
28 p: signed int
29 returning
30 signed int
31
32
Note: See TracBrowser for help on using the repository browser.