class C {
	static function f() : void {
		return 1;
	}
}
