From 08306b98020d5dcfd513b515f7955d44cfef1d6b Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Mon, 13 Apr 2020 20:18:37 -0500 Subject: Fix #172 - skip qualifiers --- tests/include/tast2.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/include') 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 -- cgit v1.2.3