class Test {
	static function run() : void {
		switch (3) {
		case "a":
			break;
		}
	}
}
