Ignore:
Timestamp:
Jun 28, 2016, 3:33:05 PM (10 years ago)
Author:
Rob Schluntz <rschlunt@…>
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:
982d63f
Parents:
e39aa0f (diff), 2e04c7b3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into ctor

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/tests/typedef.c

    re39aa0f r4dcea3f  
    22
    33void f( void ) {
    4     int T( T );
     4    int T( T p ) { return 3; }
    55    T( 3 );
    66}
     
    3838typedef [ int, int ] tupleType;
    3939typedef * [ int, int ] tupleTypePtr;
    40 typedef * int a, b;
     40typedef * int c, d;
    4141typedef [ int ] f( * int ), g;
    4242typedef [ * [static 10] int ] t;
    43 typedef [ * [static 10] int x ] f();
     43typedef [ * [static 10] int x ] h();
    4444
    4545// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.