Skip to content

Commit 629745d

Browse files
committed
Fix TCC compilation
1 parent 011f12e commit 629745d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/derive.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,6 @@ int main(void) {
116116
{ ML99_EVAL(DATATYPE99_assertAttrIsPresent(v(FOO))); }
117117

118118
#undef FOO
119+
120+
return 0;
119121
}

tests/tests.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,4 +336,6 @@ int main(void) {
336336

337337
UnitT dummy = unit_v;
338338
(void)dummy;
339+
340+
return 0;
339341
}

0 commit comments

Comments
 (0)