1 // https://bugzilla.gdcproject.org/show_bug.cgi?id=191
3 // { dg-skip-if "needs gcc/config.d" { ! d_runtime } }
23 scope ic
= new Inner();
35 void anotherLocalFunction()
40 anotherLocalFunction();
45 scope ic
= new Inner();
67 scope ic
= new Inner();
89 scope ic
= new Inner();
103 void anotherLocalFunction()
111 anotherLocalFunction();
117 scope ic
= new Inner();
131 void anotherLocalFunction()
139 anotherLocalFunction();
145 scope ic
= new Inner();
159 void anotherLocalFunction()
167 anotherLocalFunction();
173 scope ic
= new Inner();
180 scope oc
= new C191();
182 assert(oc
.count
== 5);
185 assert(oc
.count
== 10);
188 assert(oc
.count
== 15);
191 assert(oc
.count
== 20);
194 assert(oc
.count
== 25);
197 assert(oc
.count
== 30);
200 assert(oc
.count
== 35);