mirror of
https://github.com/frida/tinycc
synced 2024-11-24 16:49:44 +03:00
tests/tcctest.c: Test COMPAT_TYPE(char *, signed char *).
This commit is contained in:
parent
40f7e11c53
commit
97e08be344
@ -2582,6 +2582,8 @@ void builtin_test(void)
|
||||
COMPAT_TYPE(int *, void *);
|
||||
COMPAT_TYPE(int *, const int *);
|
||||
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 */
|
||||
COMPAT_TYPE(char * *, void *);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user