Reorganize test files.

This commit is contained in:
ykiko
2024-10-20 14:08:14 +08:00
parent d56125f023
commit ca7e09606c
39 changed files with 5 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
#include "test1.h"
#include "test2.h"
int main() {
return 0;
}