From 9d2626bb5fd1603ed0f6db1757b0184d9e5b29e4 Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Tue, 17 Mar 2020 16:34:11 -0500 Subject: Initial ast2 proc support --- tests/include/tast2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/include') 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 -- cgit v1.2.3