2 lines
81 B
ChaiScript
2 lines
81 B
ChaiScript
assert_throws("Invalid function reassignment", fun() { auto x = 5; x = `-`; } );
|