1 struct S7424g
2 {
gS7424g3     @property int g()() { return 0; }
testS7424g4     void test() inout { int f = g; }
5 }
6 
7