aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-03-18 23:47:00 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-03-18 23:47:00 -0500
commit0d1445a8ac26bd842edf491a780fffc515fa1066 (patch)
tree0a2065e4850d028821308d76e20493c0f17a1334 /tests/include
parent8fadeeb76c9101fa7333e684c1e65d19b4d03f99 (diff)
downloadnimterop-0d1445a8ac26bd842edf491a780fffc515fa1066.tar.gz
nimterop-0d1445a8ac26bd842edf491a780fffc515fa1066.zip
ast2 getNameInfo cleanup, initial skip/override support
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/tast2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h
index 200b4c8..7c595e4 100644
--- a/tests/include/tast2.h
+++ b/tests/include/tast2.h
@@ -15,7 +15,7 @@ typedef int *A6;
typedef A0 **A7;
typedef void *A8;
-typedef char *A9[3];
+typedef char *A9p[3]; //, A9[4];
typedef char *A10[3][6];
typedef char *(*A11)[3];
@@ -41,4 +41,4 @@ typedef union U2 { int **f1; int abc[123+132]; } U2;
// Anonymous
//typedef struct { char a1; };
-struct A2 test_proc1(struct A0 a); \ No newline at end of file
+//struct A2 test_proc1(struct A0 a); \ No newline at end of file