1 // https://issues.dlang.org/show_bug.cgi?id=22151
5 fail_compilation/fail22151.d(14): Error: function `test` is not an lvalue and cannot be modified
6 fail_compilation/fail22151.d(15): Error: function `test2` is not an lvalue and cannot be modified
7 fail_compilation/fail22151.d(18): Error: function pointed to by `fp` is not an lvalue and cannot be modified
8 fail_compilation/fail22151.d(21): Error: function pointed to by `ff` is not an lvalue and cannot be modified