void func() {
	int radius;
	switch (radius) {
		case 0:
			break;
	}
}
