1 struct S7424c
2 {
gS7424c3     @property int g()() { return 0; }
testS7424c4     void test() immutable { int f = g; }
5 }
6 
7