Ignore:
Timestamp:
Nov 25, 2014, 9:16:10 AM (10 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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, string, with_gc
Children:
3848e0e
Parents:
d11f789
Message:

re-inserted remove and reorder hoisted aggregate, fixed example programs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/examples/quad.c

    rd11f789 r42dcae7  
    11extern "C" {
    2 #include <stdio.h>
     2    #include <stdio.h>
    33}
    44
     
    1717    printf( "result of quad of %d is %d\n", N, quad( N ) );
    1818}
     19
     20// Local Variables: //
     21// compile-command: "../../bin/cfa quad.c" //
     22// End: //
Note: See TracChangeset for help on using the changeset viewer.