remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gcc.dg / pr55702.c
1 /* PR sanitizer/55702 */
2 /* { dg-do compile { target { x86_64-*-linux* && lp64 } } } */
3 /* { dg-options "-fsanitize=thread" } */
4
5 void
6 foo ()
7 {
8   __builtin_return (0);
9 }