fail68
auto fail68 =
q{--- fail68
/// Attribute scope. Check that attribute block doesn't introduce a scope. Checked with double definition
@extern(module, "host") {
void foo(){}
}
void foo(){}
--- <error>
fail68:5:7: Error: declaration `foo` is already defined at fail68:3:8
};
tests failing
functionsvariables