source: src/Tests/Statement.c@ 3cfe27f

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 3cfe27f 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: 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.