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

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 68cd1ce was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 9 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.