mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
4 lines
60 B
ChaiScript
4 lines
60 B
ChaiScript
auto x = auto y = 4
|
|
assert_equal(4, x);
|
|
assert_equal(4, y);
|