1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
superconst (expecting: superconst)
>>>>Hello world<<<<>>>>0<<<<
0.57721566490153275452712477999739348888397216796875 (expecting: 0.5772...)
Decomposition of superconst succeeded
The function pointer is okay
The data pointer is okay
The deallocation function pointer is okay
superconst (expecting: superconst)
>>>>Hello world<<<<>>>>1<<<<
0.57721566490153275452712477999739348888397216796875 (expecting: 0.5772...)
Decomposition of superconst succeeded
The function pointer is okay
The data pointer is okay
The deallocation function pointer is okay
pi (expecting: pi)
Could not decompose pi
superconst2 (expecting: superconst2)
Could not decompose superconst2
superconst (expecting: superconst)
Decomposition of superconst succeeded
The function pointer is okay
The data pointer is okay
The deallocation function pointer is okay
|