typedef void vtype;
vtype vvar;
vtype varr[10];
int main(void) {
	return 0;
}