mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-04-30 19:09:26 +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);
|