blob: fb36a9aae9ea3c5318d3e1fb6415c5347c76e1fc [file] [log] [blame]
// COMPILE_SEPARATELY
// EXTRA_SOURCES: imports/link7745b.d
// PERMUTE_ARGS:
import imports.link7745b;
bool forceSemantic7745()
{
C c;
c.asdfg();
return true;
}
static assert(forceSemantic7745());
void f(C c) { auto x = &c.asdfg; }
void main() {
// extra test for bug 4820
nextis!(int)();
}