Added tests for #1895 fix.

This commit is contained in:
acqn
2022-11-13 01:01:24 +08:00
parent d2f74db4d8
commit 7b436e9823
19 changed files with 286 additions and 0 deletions

5
test/err/bug1895-cond2.c Normal file
View File

@@ -0,0 +1,5 @@
/* Bug #1895 - missing diagnostics on incompatible pointer/array types */
#define DO_TEST_2_SUB_2
#include "bug1895-common.h"