mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-08-04 18:56:51 +08:00
2 lines
81 B
ChaiScript
2 lines
81 B
ChaiScript
assert_throws("Invalid function reassignment", fun() { auto x = 5; x = `-`; } );
|