10
examples/tests/minimal_function_test.c
Archivo normal
10
examples/tests/minimal_function_test.c
Archivo normal
@@ -0,0 +1,10 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int test_func() {
|
||||
return 99;
|
||||
}
|
||||
|
||||
int main() {
|
||||
int result = test_func();
|
||||
return result;
|
||||
}
|
||||
Referencia en una nueva incidencia
Block a user