[deprecated_after: '2021-05-01']
Compiler notices are like warnings, with these differences: a) notices use a different color. b) notices use a different label. c) notices do not prevent compilation with -prod. (warnings are converted to errors with -prod)
return if ...
dump(fixed_array)
v -cflags "-Werror" use_test.v
builtin
sync
-gc boehm