function main() { Foo.test(); } class Extensions { public static function test(c:Class) trace("ok"); } @:build(Macro.build()) class Foo {}