test225
auto test225 =
q{--- test225
/// Feature: `@attr:`
/// Should not give an error if function with the body has broadcasted @extern attribute
@extern(module, "modA"): // both are broadcasted
@extern(module, "modB"): // each attribute with its own :
void withAttrib(){}
};
tests passing
functionsvariables