mirror of
https://github.com/cc65/cc65.git
synced 2024-11-12 07:07:19 +00:00
6 lines
130 B
C
6 lines
130 B
C
/* Bug #1895 - missing diagnostics on incompatible pointer/array types */
|
|
|
|
#define DO_TEST_1_SUB_5_A
|
|
|
|
#include "bug1895-common.h"
|