blob: e1866e701dec2085f9b38b862fc197b008ea9096 [file] [log] [blame]
Roland Dreier1aa8dd12019-06-11 13:25:12 -07001from pybind11_tests import union_ as m
2
3
4def test_union():
5 instance = m.TestUnion()
6
7 instance.as_uint = 10
8 assert instance.as_int == 10