source: src/Tests/Expect-e/CommentMisc.txt@ f6d7e0f

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 f6d7e0f 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: 523 bytes
Line 
1i: signed int
2i: signed int
3i: signed int
4i: signed int
5main: C function
6 accepting unspecified arguments
7 returning
8 signed int
9 with body
10 CompoundStmt
11 Declaration of x: array of signed int with dimension of Cast of:
12constant expression 10 signed int
13 to:
14 long unsigned int
15 with environment:
16 Types:
17 Non-types:
18
19
20int __i__i;
21int __i__i;
22int __i__i;
23int __i__i;
24int main(){
25 int __x__A0i[((long unsigned int )10)];
26}
Note: See TracBrowser for help on using the repository browser.