//typedef unsigned size_t;

int f(void) {
	size_t i;

	for(i = 0; ; i++)
		;
}
