2 // { dg-options "-O0 -fdump-tree-gimple" }
7 const int t = (__builtin_memcpy (s, "Hello", 6), 777);
8 __builtin_printf ("%d %s\n", t, s);
11 // { dg-final { scan-tree-dump-times "memcpy" 1 "gimple" } }
12 // { dg-final { cleanup-tree-dump "gimple" } }