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

string
Last change on this file since 9ea58ca was b1d6dd5, checked in by Peter A. Buhr <pabuhr@…>, 11 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.