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

    r44b5ca0 ra65d92e  
    99
    1010struct {
    11     [int] w;
     11        [int] w;
    1212} a = { .w : [2] };
    1313
     
    1515
    1616struct {
    17     int f1, f2, f3;
    18     struct { int g1, g2, g3; } f4[4];
     17        int f1, f2, f3;
     18        struct { int g1, g2, g3; } f4[4];
    1919} v7 = {
    20     .f1 : 4,
    21     f2 : 3,
    22     .f4[2] : {
    23         .g1 : 3,
    24         g3 : 0,
    25     },
    26     .f4[3].g3 : 7,
     20  .f1 : 4,
     21  f2 : 3,
     22  .f4[2] : {
     23          .g1 : 3,
     24          g3 : 0,
     25        },
     26  .f4[3].g3 : 7,
    2727};
     28
     29// Local Variables: //
     30// tab-width: 4 //
     31// End: //
Note: See TracChangeset for help on using the changeset viewer.