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/SynTree/Typedef.c

    r44b5ca0 ra65d92e  
    22
    33void f( void ) {
    4     int T( T );
    5     T( 3 );
     4        int T( T );
     5        T( 3 );
    66}
    77
    88struct {
    9     T (T);
     9        T (T);
    1010} fred = { 3 };
    1111
     
    1414
    1515int g(void) {
    16     double a;
     16        double a;
    1717}
    1818a c;
     
    2727}
    2828
    29 /* new-style function definitions */
     29// new-style function definitions
    3030
    3131typedef [10] * int arrayOf10Pointers;
     
    4040typedef [ * [static 10] int ] t;
    4141typedef [ * [static 10] int x ] f();
     42
     43// Local Variables: //
     44// tab-width: 4 //
     45// End: //
Note: See TracChangeset for help on using the changeset viewer.