summary refs log tree commit diff stats
path: root/tests/iter/titer10.nim
diff options
context:
space:
mode:
authorJasper Jenkins <jasper.vs.jenkins@gmail.com>2019-05-06 23:14:38 -0700
committerAndreas Rumpf <rumpf_a@web.de>2019-05-07 08:14:38 +0200
commita6ba3116b2376d9f3476ef0f8db5bbb32afc2a76 (patch)
tree325d1c688970c410fa6e452a84b670fa196ffd1c /tests/iter/titer10.nim
parent7804b5c55888717b35432c2670f4eef23afd583a (diff)
downloadNim-a6ba3116b2376d9f3476ef0f8db5bbb32afc2a76.tar.gz
Fixes for ptr array deref codegen (#11191)
* fixes for ptr array derefence codegen
* fix comments, make diff nicer
Diffstat (limited to 'tests/iter/titer10.nim')
0 files changed, 0 insertions, 0 deletions
24'>24 25 26 27 28 29 30 31 32 33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87