Ignore:
Timestamp:
Jun 5, 2015, 9:34:43 AM (9 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:
59db689
Parents:
44b5ca0
Message:

regression testing, second attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tests/ResolvExpr/MiscError.c

    r44b5ca0 ra65d92e  
    55void g( int );
    66
    7 void
    8 f( void )
    9 {
    10   g( (b, a) );
    11   g( (b, a, b) );
    12   g( (a, b, b) );
    13   sizeof b;
     7void f( void ) {
     8        g( (b, a) );
     9        g( (b, a, b) );
     10        g( (a, b, b) );
     11        sizeof b;
    1412}
     13
     14// Local Variables: //
     15// tab-width: 4 //
     16// End: //
Note: See TracChangeset for help on using the changeset viewer.