class Test {
	static function f() : void {
		var x = 0;
		if (x-) {
			log "abc";
		}
	}
}
