1Functions changes summary: 1 Removed, 3 Changed, 1 Added functions 2Variables changes summary: 0 Removed, 0 Changed, 0 Added variable 3 41 Removed function: 5 6 [D] 'function void fn2(callback)' 7 81 Added function: 9 10 [A] 'function void fn2(callback)' 11 123 functions with some indirect sub-type change: 13 14 [C] 'function callback fn0()' has some indirect sub-type changes: 15 return type changed: 16 underlying type 'int (int)*' changed: 17 in pointed to type 'function type int (int)': 18 return type changed: 19 type name changed from 'int' to 'void' 20 type size changed from 32 to 0 (in bits) 21 22 [C] 'function double (int)* fn1()' has some indirect sub-type changes: 23 return type changed: 24 in pointed to type 'function type double (int)': 25 return type changed: 26 type name changed from 'double' to 'int' 27 type size changed from 64 to 32 (in bits) 28 29 [C] 'function void foo(S)' has some indirect sub-type changes: 30 parameter 1 of type 'class S' has sub-type changes: 31 type size hasn't changed 32 3 data member changes: 33 type of 'int ()* fnptr0' changed: 34 in pointed to type 'function type int ()': 35 parameter 1 of type 'double' was added 36 type of 'int ()* fnptr1' changed: 37 in pointed to type 'function type int ()': 38 entity changed from 'function type int ()' to 'void' 39 type size changed from 64 to 0 (in bits) 40 type of 'int ()* fnptr2' changed: 41 entity changed from 'int ()*' to 'int' 42 type size changed from 64 to 32 (in bits) 43 44