feat(c): extrude lib c
This commit is contained in:
12
package/c/lib/test/test.c
Normal file
12
package/c/lib/test/test.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include "heclib.h"
|
||||
|
||||
void test_function() {
|
||||
}
|
||||
|
||||
int main(void) {
|
||||
test_function();
|
||||
printf("All tests passed\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user