internal/cabi: TestBuild TestABI
This commit is contained in:
8
internal/cabi/_testdata/wrap/demo.c
Normal file
8
internal/cabi/_testdata/wrap/demo.c
Normal file
@@ -0,0 +1,8 @@
|
||||
typedef struct {
|
||||
int x;
|
||||
int y;
|
||||
} st1;
|
||||
|
||||
st1 fn1(st1 v) {
|
||||
return v;
|
||||
}
|
||||
Reference in New Issue
Block a user