Changes in src/tests/shortCircuit.c [0f35657:e757af2]
- File:
-
- 1 edited
-
src/tests/shortCircuit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/shortCircuit.c
r0f35657 re757af2 11 11 12 12 void g() { 13 int a;14 struct { int b; } a;15 if ( a ) {13 int a; 14 struct { int b; } a; 15 if ( a ) { 16 16 while ( a ) { 17 17 int *b; … … 19 19 } 20 20 } 21 }21 } 22 22 } 23 23
Note:
See TracChangeset
for help on using the changeset viewer.