921e5a0eb4
From-SVN: r14840
8 lines
120 B
C
8 lines
120 B
C
/* REPRODUCED:CC1:SIGNAL MACHINE:m68k OPTIONS:-fpcc-struct-return */
|
|
struct b{};
|
|
f(struct b(*f)())
|
|
{
|
|
struct b d=f();
|
|
}
|
|
|