1 /* { dg-do compile } */
2 /* { dg-options "-fdump-tree-gimple" } */
4 /* Test that we return retval directly, instead of going through an
5 intermediate temporary, when returning an empty class. */
16 /* { dg-final { scan-tree-dump-times "return <retval>;" 1 "gimple" } } */