From 3272b5d83d2e2167eed24748557df88bd66584ee Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 5 Jan 2018 23:42:24 +0100 Subject: There's actually a chance that, correctly stringified, this will work --- test/t1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/t1.c b/test/t1.c index 33890fb..35a5312 100644 --- a/test/t1.c +++ b/test/t1.c @@ -14,8 +14,9 @@ int fibo(int n) { return b; } -int main(int argc, int **argv) { +void main(int argc, int **argv) { int a = 1; int b = 2 + a * 3; + fibo(5); // holo_dec(a); } -- cgit v1.2.3-54-g00ecf