1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=179
3 // { dg-skip-if "needs gcc/config.d" { ! d_runtime } }
5 import core
.stdc
.stdio
;
15 void connect() { printf("this=%p\n", &this); }
21 ref S179b
value() @property
23 printf("this=%p\n", &s2
);