mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 09:23:44 +00:00
Estimated hours taken: 0 Branches: main tests/hard_coded/mutable_decl.exp: tests/hard_coded/mutable_decl.m: tests/hard_coded/pure_mutable.exp: tests/hard_coded/pure_mutable.m: tests/invalid/bad_mutable.err_exp: tests/invalid/bad_mutable.m: Add some thread-local mutables to these test cases. (Forgot to commit them earlier.)
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
Initial value of global = 561
|
|
Final value of global = 562
|
|
Value of const = 562
|
|
Initial value of thrlocal = 563
|
|
Final value of thrlocal = 564
|