Ticket #3673: testWeakPtr.py

File testWeakPtr.py, 94 bytes (added by Olaf Lenz <olaf@…>, 13 years ago)

Python file of the test case

Line 
1import poc
2import _weak_ptr
3
4a = _weak_ptr.A(3)
5_weak_ptr.setWeakPtr(a)
6_weak_ptr.outputPtr()