remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / pr51261.c
1 /* PR target/51261 */
2 /* { dg-do compile } */
3 /* { dg-options "-fcompare-debug" } */
4
5 void
6 foo (void *p, int n)
7 {
8   __builtin_memset (p, 0xff, n);
9 }