Tests: Cleanup (#790)

This commit is contained in:
wheremyfoodat
2025-07-23 13:54:07 +03:00
committed by GitHub
parent 95231514e2
commit 89426db797
5 changed files with 285 additions and 287 deletions

View File

@@ -1,5 +1,4 @@
#include <3ds.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -16,5 +15,5 @@ int main(int argc, char** argv) {
__asm__ volatile ("" ::: "memory");
}
return 0;
return 0;
}