summaryrefslogtreecommitdiff
path: root/support/regression/tests/bug-2645.c
blob: ea40349aed38b3bcfacc63b31de168d9e448cd52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
   bug-2645.c
 */

#include <testfwk.h>

#pragma disable_warning 88

unsigned char *backgrounds[1] = {25768 + 32 + 32 + 32 + 32 + 32 + 32};

void testBug(void)
{
	ASSERT(backgrounds[0] == (unsigned char *)(25768 + 32 + 32 + 32 + 32 + 32 + 32));
}