git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@11534 626c5289-ae23-0410-ae9c-e8d60b6d4f22
3 lines
151 B
Python
3 lines
151 B
Python
import cpp0x_result_of
|
|
if cpp0x_result_of.test_result(cpp0x_result_of.square, 3.0) != 9.0:
|
|
raise RuntimeError, "test_result(square, 3.0) is not 9.0."
|