Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/.expect/memberCtors.txt

    rf7e749f r44f6341  
    66constructing int
    77constructing int
    8 begin construct B
    9 assign b->a2
    108constructing int
    119constructing int
    12 begin construct A
    13 construct a->x
    1410constructing int: 1001
    15 assign a->y
    1611assigning int: 0 0
    17 end construct A
    18 construct b->a1
    1912constructing int
    2013constructing int
    21 begin construct A
    22 construct a->x
    2314constructing int: 1000
    24 assign a->y
    2515assigning int: 0 0
    26 end construct A
    27 end construct B
    2816destructing int: 0
    2917destructing int: 0
     
    3220copy constructing int: 0
    3321copy constructing int: 0
    34 begin copy construct A
    35 copy construct this->x
    3622copy constructing int: 1000
    37 assign this->y
    38 end copy construct A
    3923copy constructing int: 0
    4024copy constructing int: 0
    41 begin copy construct A
    42 copy construct this->x
    4325copy constructing int: 1001
    44 assign this->y
    45 end copy construct A
    4626copy constructing int: 0
    4727copy constructing int: 0
    48 begin copy construct A
    49 copy construct this->x
    5028copy constructing int: 0
    51 assign this->y
    52 end copy construct A
    5329End of main
    5430constructing int
    5531constructing int
    56 begin construct A
    57 construct a->x
    5832constructing int: 999
    59 assign a->y
    6033assigning int: 0 0
    61 end construct A
    6234destructing int: 0
    6335destructing int: 0
     
    7446constructing int
    7547constructing int
    76 begin construct A
    77 construct a->x
    7848constructing int: 999
    79 assign a->y
    8049assigning int: 0 0
    81 end construct A
    8250destructing int: 0
    8351destructing int: 0
Note: See TracChangeset for help on using the changeset viewer.