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/Array.c

    r44b5ca0 ra65d92e  
    1010
    1111int fred() {
    12     int a1[];
    13     int a2[*];
    14     int a4[3];
    15     int T[3];
     12        int a1[];
     13        int a2[*];
     14        int a4[3];
     15        int T[3];
    1616}
    1717
    1818int mary( int T[3],
    19           int p1[const 3],
    20           int p2[static 3],
    21           int p3[static const 3]
    22     ) {
     19                  int p1[const 3],
     20                  int p2[static 3],
     21                  int p3[static const 3]
     22        ) {
    2323}
    2424
     
    2727
    2828int (*(jane)())( int T[3],
    29                 int p1[const 3],
    30                 int p2[static 3],
    31                 int p3[static const 3]
    32     ) {
     29                                int p1[const 3],
     30                                int p2[static 3],
     31                                int p3[static const 3]
     32        ) {
    3333}
     34
     35// Local Variables: //
     36// tab-width: 4 //
     37// End: //
Note: See TracChangeset for help on using the changeset viewer.