source: src/Tests/Statement.c@ a772d8ab

string
Last change on this file since a772d8ab 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: 234 bytes
Line 
1int ?=?( int *, int );
2int ?!=?( int, int );
3int 0;
4
5void f() {
6 int a;
7 struct { int b; } a;
8 if ( a ) {
9 while ( a ) {
10 int *b;
11 for ( b; a; b ) {
12 }
13 }
14 }
15}
16
17// Local Variables: //
18// tab-width: 4 //
19// End: //
Note: See TracBrowser for help on using the repository browser.