aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-03-17 16:34:11 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-03-17 16:34:11 -0500
commit9d2626bb5fd1603ed0f6db1757b0184d9e5b29e4 (patch)
tree36ac08e113a75acb5ddb3106cb18aa2710bb6d5e /tests/include
parent1a9911fc259a5dd5ac9a6097c4d41d6e3e50169b (diff)
downloadnimterop-9d2626bb5fd1603ed0f6db1757b0184d9e5b29e4.tar.gz
nimterop-9d2626bb5fd1603ed0f6db1757b0184d9e5b29e4.zip
Initial ast2 proc support
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/tast2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h
index 90e96c6..200b4c8 100644
--- a/tests/include/tast2.h
+++ b/tests/include/tast2.h
@@ -40,3 +40,5 @@ 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