Make pointer in tst-realloc volatile also

This commit is contained in:
Stan Shebs 2018-06-08 13:47:29 -07:00 committed by Fangrui Song
parent 5884367eb9
commit 74f10c8aad

View File

@ -33,7 +33,7 @@ merror (const char *msg)
static int
do_test (void)
{
void *p;
void *volatile p;
unsigned char *c;
int save, i, ok;