added test
This commit is contained in:
8
test/dir/test1.c
Normal file
8
test/dir/test1.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "test1.h"
|
||||
#include "test2.h"
|
||||
#include <stdio.h>
|
||||
|
||||
void test1() {
|
||||
printf("Hola desde test1\n");
|
||||
test2();
|
||||
}
|
||||
Reference in New Issue
Block a user