aboutsummaryrefslogtreecommitdiff
path: root/tests/include/tast2.h
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2020-04-13 20:18:37 -0500
committerGanesh Viswanathan <dev@genotrance.com>2020-04-13 20:18:37 -0500
commit08306b98020d5dcfd513b515f7955d44cfef1d6b (patch)
treecb33d43744485774b14b2e168d7d886a244fb319 /tests/include/tast2.h
parentf23d17d0b2f2e6bd66b0d685461d9dd1c2070918 (diff)
downloadnimterop-issue172.tar.gz
nimterop-issue172.zip
Fix #172 - skip qualifiersissue172
Diffstat (limited to 'tests/include/tast2.h')
-rw-r--r--tests/include/tast2.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h
index 76aadc9..136784a 100644
--- a/tests/include/tast2.h
+++ b/tests/include/tast2.h
@@ -170,6 +170,11 @@ typedef struct SDL_AudioCVT
int needed;
} SDL_AudioCVT;
+// Issue #172
+typedef struct {
+ const char* const* x;
+} SomeType;
+
// DUPLICATES
@@ -334,6 +339,11 @@ typedef struct SDL_AudioCVT
int needed;
} SDL_AudioCVT;
+// Issue #172
+typedef struct {
+ const char* const* x;
+} SomeType;
+
#endif