
#define xtal 22.184
#define tic12 12/xtal
#define something 10000.0/tic12

void main(void)
{
	unsigned int i;

	i = something;
}
