tassignunpack.nim 105 B

1234
  1. var a, b = 0
  2. (a, b) = 1 #[tt.Error
  3. ^ type mismatch: got <int literal(1)> but expected 'tuple']#