class Test {
	static function run() : void {
		"answer" < 42;
	}
}
