1 /* Test that the tree_nrv pass works by making sure that we don't generate
2 a memcpy. Throw in a bit of control flow to make its job a bit harder. */
4 /* { dg-options "-O" } */
6 struct A
{ int i
[100]; };
25 /* { dg-final { scan-assembler-not "memcpy" } } */