2 /* { dg-do compile } */
3 /* { dg-options "-O -fdump-tree-optimized" } */
9 char *test2
= __builtin_malloc (1000);
10 __builtin_memmove (test2
, test
, 1000);
14 /* We should be able to turn the memmove into memcpy by means of alias
16 /* { dg-final { scan-tree-dump "memcpy" "optimized" } } */