initial commit

This commit is contained in:
2026-08-09 22:38:33 -07:00
commit 9d0aeafebd
70668 changed files with 29808204 additions and 0 deletions

6
tools/build/tests/ex/a.c Normal file
View File

@@ -0,0 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
int a(void)
{
return 0;
}