aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-04-08 17:21:23 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-04-08 17:21:23 -0500
commit058261c2037d277436d1dc64b53e669f90f0db0e (patch)
treeba24bae07a9fb68bb3af10c8c2eb23bc41eccdbf /tests/include
parentc574dd12593b5154e060337b829358c067c9d3d8 (diff)
downloadnimterop-newalgo-5.tar.gz
nimterop-newalgo-5.zip
ast2 tests and const bugfixnewalgo-5
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/tast2.h22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h
index a819f5e..f4cd201 100644
--- a/tests/include/tast2.h
+++ b/tests/include/tast2.h
@@ -143,6 +143,17 @@ struct ucArrType2 {
int *f2[][5];
};
+typedef struct fieldfuncfunc {
+ int *(*func1)(int f1, int *(*sfunc1)(int f1, int *(*ssfunc1)(int f1)));
+};
+
+int *func2(int f1, int *(*sfunc2)(int f1, int *(*ssfunc2)(int f1)));
+
+typedef struct {
+ const char *name; // description
+ const char *driver; // driver
+ int flags;
+} BASS_DEVICEINFO;
@@ -282,6 +293,17 @@ void
int sqlite3_bind_blob(struct A1*, int, const void*, int n, void(*)(void*));
+typedef struct fieldfuncfunc {
+ int *(*func1)(int f1, int *(*sfunc1)(int f1, int *(*ssfunc1)(int f1)));
+};
+
+int *func2(int f1, int *(*sfunc2)(int f1, int *(*ssfunc2)(int f1)));
+
+typedef struct {
+ const char *name; // description
+ const char *driver; // driver
+ int flags;
+} BASS_DEVICEINFO;