./:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20030518-1.c
blob8cf2034518f90e5b97980ed01d09f0d6feff6cc5
1 /* Test case from PR middle-end/10472 */
3 extern void f (char *);
5 void foo (char *s)
7 f (__builtin_stpcpy (s, "hi"));
10 void bar (char *s)
12 f (__builtin_mempcpy (s, "hi", 3));