Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
checker
/
tests
/
asm_immutable_err.out
7
lines
·
7
sloc
·
283 bytes
·
e2e5cf8db56f3562c7baa735061690be936bdf3e
Raw
1
vlib/v/checker/tests/asm_immutable_err.vv:9:9: error: `c` is immutable, declare it with `mut` to make it mutable
2
7 | add eax, b
3
8 | mov c, eax
4
9 | ; =r (c) // output
5
| ^
6
10 | ; r (a) // input
7
11 | r (b)
8