We can try to trick the compiler, but at least we need to let it
compile! (Hello, dsl!)
This commit is contained in:
parent
5c5bb856e1
commit
0eb19985a4
@ -33,7 +33,7 @@ extern char *xstrchr(const char *, int);
|
||||
void check_strchr(void);
|
||||
|
||||
/* try to trick the compiler */
|
||||
char * (*volatile f)((const char *, int);
|
||||
char * (*volatile f)(const char *, int);
|
||||
|
||||
void
|
||||
check_strchr(void)
|
||||
|
Loading…
Reference in New Issue
Block a user