mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Add support from compiling c from c3c.
This commit is contained in:
4
resources/testproject/csource/test.c
Normal file
4
resources/testproject/csource/test.c
Normal file
@@ -0,0 +1,4 @@
|
||||
int test_doubler(int d)
|
||||
{
|
||||
return d * d;
|
||||
}
|
||||
Reference in New Issue
Block a user