mirror of
https://github.com/RYDE-WORK/pybind11.git
synced 2026-01-19 21:23:26 +08:00
4 lines
139 B
Python
4 lines
139 B
Python
import test_installed_target
|
|
assert test_installed_target.add(1, 2) == 3
|
|
print('test_installed_target imports, runs, and adds: 1 + 2 = 3')
|