source: src/tests/Statement.c@ 8b52686

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 with_gc
Last change on this file since 8b52686 was 62edde5, checked in by Thierry Delisle <tdelisle@…>, 9 years ago

added new tests folder to replace existing one

  • 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.