internal/cabi: TestBuild TestABI

This commit is contained in:
visualfc
2025-08-12 12:04:32 +08:00
parent d2d999d369
commit 5fe7ee9b6a
134 changed files with 34454 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
typedef struct {
int x;
int y;
} st1;
st1 fn1(st1 v) {
return v;
}