1 /* bug1503067.c
2  */
3 #include <testfwk.h>
4 
5 const int SPRITE = 0;
6 int sprite = 1;
7 
testBug(void)8 void testBug(void)
9 {
10 }
11