blob: 2a2c12fb4836a0f2194e06af7781216d78ed0ba2 [file] [log] [blame]
Henry Schreinerd8c7ee02020-07-20 13:35:21 -04001# -*- coding: utf-8 -*-
Roland Dreier1aa8dd12019-06-11 13:25:12 -07002from pybind11_tests import union_ as m
3
4
5def test_union():
6 instance = m.TestUnion()
7
8 instance.as_uint = 10
9 assert instance.as_int == 10