source: src/tests/Statement.c @ b70b6fc

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newwith_gc
Last change on this file since b70b6fc was 62edde5, checked in by Thierry Delisle <tdelisle@…>, 8 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.