Multiple test files for testing

This commit is contained in:
kamkow1
2025-03-13 18:06:59 +01:00
parent a7378a5210
commit ec08cbae07
5 changed files with 15 additions and 8 deletions

4
test.c
View File

@@ -2,6 +2,8 @@
#include <inttypes.h>
#include <stdlib.h>
extern void dupa2(void);
void dupa(void) {
printf("a\n");
printf("b\n");
@@ -19,6 +21,8 @@ int main(void)
}
}
dupa2();
int *a = NULL;
*a = 6969;