mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 16:52:15 +00:00
4 lines
67 B
Python
4 lines
67 B
Python
import std_pair_ext
|
|
assert std_pair_ext.foo() == (3, 5)
|
|
print "OK"
|