tests/tcctest.c: Test COMPAT_TYPE(char *, signed char *).
This commit is contained in:
parent
40f7e11c53
commit
97e08be344
1 changed files with 2 additions and 0 deletions
|
|
@ -2582,6 +2582,8 @@ void builtin_test(void)
|
||||||
COMPAT_TYPE(int *, void *);
|
COMPAT_TYPE(int *, void *);
|
||||||
COMPAT_TYPE(int *, const int *);
|
COMPAT_TYPE(int *, const int *);
|
||||||
COMPAT_TYPE(char *, unsigned char *);
|
COMPAT_TYPE(char *, unsigned char *);
|
||||||
|
COMPAT_TYPE(char *, signed char *);
|
||||||
|
COMPAT_TYPE(char *, char *);
|
||||||
/* space is needed because tcc preprocessor introduces a space between each token */
|
/* space is needed because tcc preprocessor introduces a space between each token */
|
||||||
COMPAT_TYPE(char * *, void *);
|
COMPAT_TYPE(char * *, void *);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue