| 1 | vlib/v/checker/tests/thread_as_var_name_err.vv:1:1: warning: unused variable: `thread` |
| 2 | 1 | thread := 4 |
| 3 | | ~~~~~~ |
| 4 | vlib/v/checker/tests/thread_as_var_name_err.vv:1:1: error: invalid use of reserved type `thread` as a variable name |
| 5 | 1 | thread := 4 |
| 6 | | ~~~~~~ |
| 7 | |