Add support from compiling c from c3c.

This commit is contained in:
Christoffer Lerno
2021-12-09 23:38:57 +01:00
parent 379a66a14b
commit 8aa00b015b
10 changed files with 98 additions and 20 deletions

View File

@@ -0,0 +1,4 @@
int test_doubler(int d)
{
return d * d;
}