tassignunpack.nim 109 B

1234
  1. var a, b = 0
  2. (a, b) = 1 #[tt.Error
  3. ^ tuple expected for tuple unpacking, but got 'int literal(1)']#