interface I { public function test():Void; } class C implements I { public function test() { } } function main() { }