1/* REPRODUCED:CC1:SIGNAL MACHINE:m68k OPTIONS:-fpcc-struct-return */
2struct b{};
3f(struct b(*f)())
4{
5struct b d=f();
6}
7
8