Changeset 10dc7491 for src/tests/LabelledExit.c
- Timestamp:
- Jun 22, 2016, 4:35:32 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 8b52686
- Parents:
- 6bc4734
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/tests/LabelledExit.c
r6bc4734 r10dc7491 1 int main() {1 int foo() { 2 2 int i; 3 3 int x, y; … … 130 130 } 131 131 132 #if 0132 #if 1 133 133 Q: if ( i > 5 ) { 134 134 i += 1;
Note: See TracChangeset
for help on using the changeset viewer.