1 struct S7424f
2 {
gS7424f3     @property int g()() shared { return 0; }
testS7424f4     void test() { int f = g; }
5 }
6 
7