Ignore:
File:
1 edited

Legend:

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

    r44f6341 rf7e749f  
    66constructing int
    77constructing int
     8begin construct B
     9assign b->a2
    810constructing int
    911constructing int
     12begin construct A
     13construct a->x
    1014constructing int: 1001
     15assign a->y
    1116assigning int: 0 0
     17end construct A
     18construct b->a1
    1219constructing int
    1320constructing int
     21begin construct A
     22construct a->x
    1423constructing int: 1000
     24assign a->y
    1525assigning int: 0 0
     26end construct A
     27end construct B
    1628destructing int: 0
    1729destructing int: 0
     
    2032copy constructing int: 0
    2133copy constructing int: 0
     34begin copy construct A
     35copy construct this->x
    2236copy constructing int: 1000
     37assign this->y
     38end copy construct A
    2339copy constructing int: 0
    2440copy constructing int: 0
     41begin copy construct A
     42copy construct this->x
    2543copy constructing int: 1001
     44assign this->y
     45end copy construct A
    2646copy constructing int: 0
    2747copy constructing int: 0
     48begin copy construct A
     49copy construct this->x
    2850copy constructing int: 0
     51assign this->y
     52end copy construct A
    2953End of main
    3054constructing int
    3155constructing int
     56begin construct A
     57construct a->x
    3258constructing int: 999
     59assign a->y
    3360assigning int: 0 0
     61end construct A
    3462destructing int: 0
    3563destructing int: 0
     
    4674constructing int
    4775constructing int
     76begin construct A
     77construct a->x
    4878constructing int: 999
     79assign a->y
    4980assigning int: 0 0
     81end construct A
    5082destructing int: 0
    5183destructing int: 0
Note: See TracChangeset for help on using the changeset viewer.