summary refs log tree commit diff stats
path: root/tinyc/tests/tests2/07_function.c
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2018-10-02 15:49:30 +0200
committerAraq <rumpf_a@web.de>2018-10-02 16:18:16 +0200
commitf98352a49800b5b8536af49af3bcee0ca6b54a44 (patch)
treeb90b3e6204ae2d35c2a0fb080a02270a878a5937 /tinyc/tests/tests2/07_function.c
parent76aab9baf1c795a812d00bd4c0f2832b5ac2d379 (diff)
downloadNim-f98352a49800b5b8536af49af3bcee0ca6b54a44.tar.gz
compiler: fixes path generation for .line pragma
Diffstat (limited to 'tinyc/tests/tests2/07_function.c')
0 files changed, 0 insertions, 0 deletions
mparison instructions' href='/akkartik/mu/commit/html/apps/factorial4.subx.html?h=hlt&id=6070c23e5e1c60d3bb169e43bddfa59b1d322427'>6070c23e ^
c8998b51 ^
8aeb85f0 ^
cea97b7b ^
6070c23e ^
c8998b51 ^








6070c23e ^
c8998b51 ^








2104d1a7 ^
c8998b51 ^






c83dca9c ^
6070c23e ^
c8998b51 ^



6070c23e ^
2104d1a7 ^
cea97b7b ^















c83dca9c ^



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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152