mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
8 lines
116 B
ChaiScript
8 lines
116 B
ChaiScript
load_module("test_module")
|
|
|
|
|
|
assert_equal(to_int(TestValue1), 1)
|
|
|
|
assert_equal(TestValue1.type_name(), "TestEnum")
|
|
|