8 lines
67 B
ChaiScript
8 lines
67 B
ChaiScript
auto t = false;
|
|
|
|
if (true) {
|
|
t = true;
|
|
}
|
|
|
|
assert_equal(true, t);
|