summary refs log tree commit diff stats
path: root/tests/showoff
diff options
context:
space:
mode:
authorGianmarco <gim.marcello@gmail.com>2024-03-28 10:54:29 +0100
committerGitHub <noreply@github.com>2024-03-28 10:54:29 +0100
commitafc30a3b936f35bdbfdc59b4e3d44f25a1273525 (patch)
tree2145945f6a70a0217edeeb1315e6fcc460bb195f /tests/showoff
parentc934d5986d241c2a34c89ae3c16047299fd3a86b (diff)
downloadNim-afc30a3b936f35bdbfdc59b4e3d44f25a1273525.tar.gz
Fix compile time errors when using tables on 8/16-bits systems. (#23450)
Refer to the discussion in #23439.
Diffstat (limited to 'tests/showoff')
0 files changed, 0 insertions, 0 deletions
rumpf_a@web.de> 2015-04-26 11:14:45 +0200 committer Araq <rumpf_a@web.de> 2015-04-26 22:44:05 +0200 fixes #2603' href='/ahoang/Nim/commit/compiler/semmacrosanity.nim?h=devel&id=22b5f4df545fd1f096a4f30aaec5b827e9e6b422'>22b5f4df5 ^
041054e03 ^
22b5f4df5 ^
fc452787e ^

041054e03 ^
fc452787e ^



041054e03 ^
fc452787e ^



041054e03 ^
fc452787e ^


22b5f4df5 ^
fc452787e ^


04a4f3540 ^
041054e03 ^
04a4f3540 ^
70ea45cdb ^
041054e03 ^



04a4f3540 ^


fc452787e ^
04a4f3540 ^
fc452787e ^
70ea45cdb ^
383fbca27 ^
fc452787e ^



04a4f3540 ^
fc452787e ^
e6c5622aa ^
fc452787e ^























22b5f4df5 ^
fc452787e ^





1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
88
89
90
91
92
93
94
95