Functions changes summary: 0 Removed, 0 Changed, 0 Added function
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable
Unreachable types summary: 2 removed, 3 changed, 0 added types

2 removed types unreachable from any public interface:

  [D] 'struct {char z; int w;}' at test-anon-types-v0.c:34:1
  [D] 'union {char x; unsigned int y;}' at test-anon-types-v0.c:28:1

3 changed types unreachable from any public interface:

  [C] 'enum {a=0, b=1, c=2, d=3, }' changed:
    type size hasn't changed
    2 enumerator insertions:
      'e' value '4'
      'f' value '5'

  [C] 'struct {int a; int b;}' changed:
    type size changed from 64 to 96 (in bits)
    1 data member insertion:
      'int c', at offset 64 (in bits) at test-anon-types-v1.c:18:1

  [C] 'union {int a; int b; int d;}' changed:
    type size hasn't changed
    1 data member change:
      name of 'd' changed to 'c' at test-anon-types-v1.c:11:1
    type changed from:
      union {int a; int b; int d;}
    to:
      union {int a; int b; int c;}

