mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-01-01 03:12:23 +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")
|
|
|