aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/920928-5.c
blob: 8c975f0c05164f10592cd6dd1a84b6653c08d756 (plain)
1
2
3
4
5
6
7
/* REPRODUCED:CC1:SIGNAL MACHINE:m68k OPTIONS:-fpcc-struct-return */
struct b{};
f(struct b(*f)())
{
struct b d=f();
}