Searched refs:DelegatingConstructor (Results 1 – 1 of 1) sorted by relevance
46 struct DelegatingConstructor { struct48 DelegatingConstructor(int y) { x = y; } in DelegatingConstructor() argument49 DelegatingConstructor() : DelegatingConstructor(42) {} in DelegatingConstructor() argument53 DelegatingConstructor obj; in testDelegatingConstructor()