There was an error while loading. Please reload this page.
1 parent cdb9516 commit 941545fCopy full SHA for 941545f
1 file changed
compiler/test/runnable/bug19652.d
@@ -17,6 +17,6 @@ auto otherTest(inout ref Base block) @nogc { assert(0); }
17
auto otherTest(inout ref A block) @nogc {}
18
19
void main() {
20
- B* thingie;
+ B* thingie = new B;
21
otherTest(*thingie);
22
}
0 commit comments